<div class="gmail_quote">On Sun, Feb 5, 2012 at 10:30 AM, Prashant Patil <span dir="ltr">&lt;<a href="mailto:prashantpatil321@gmail.com">prashantpatil321@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
   <a href="mailto:kernelnewbies@kernelnewbies.org" target="_blank">

</a><p class="MsoNormal">Hello,</p>

<p class="MsoNormal"><span>           </span>I am doing
a project, titled “Steganography using TCP/IP”. In this project, first we have
to encrypt the secret message that sender wants to send for the receiver. After
encrypting, embed that cipher data into image file, the output is as a stego
image and that stego image we have to store in unused field of ip header. Like,
identification field is used only when fragmentation occurs, if we avoid
fragmentation then identification field is always be unused, we can store our
stego imgae in it. I have completed Encryption and Embedding part, but problem
with the IP header. Please suggest how to read IP header using JAVA.</p>

<p class="MsoNormal">Thanks in advance…</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Regards,</p><span class="HOEnZb"><font color="#888888">

<p class="MsoNormal">Prashant Patil.<span>                                  </span></p></font></span></blockquote><div><br></div><div><br></div><div> </div><div>If you want to manipulate packet headers in linux network stack you can use a framework called netfilter and work around with skbuff by writing a LKM, you can then provide an interface so that ur java application can read it out or pass required parameters in the user land application.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><b style="color:rgb(102,102,204)">Regards,<br>Santosh Kulkarni</b><br><br>