Saverio,<div><br></div><div>Thanks for your reply. I will look the mDNS implementation as you suggested.</div><div>And, I'm curious if I could to use the getsocktopt() function and pass to it the IP_TOS</div><div>option to get the type of service information from ip header.</div>

<div><br></div><div>thanks,</div><div>---</div><div>scolfield</div><div><br><br><div class="gmail_quote">On Sun, May 15, 2011 at 14:10, ZioPRoTo (Saverio Proto) <span dir="ltr"><<a href="mailto:zioproto@gmail.com">zioproto@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">> I need to get the Type field (TCP or UDP) of the header of the Internet<br>
> Protocol (IP).<br>
> Have some example that how can I get this field from OLSR?<br>
> I want to get Type field of traffic packets on the network. I would like to<br>
> modify<br>
> or add this "knowledge" to OLSR.<br>
<br>
</div></div>You need an extra socket to sniff the traffic packets and get the<br>
information out. A raw socket will do this job. You could implement<br>
this in a plugin.<br>
<br>
I suggest to look into the mDNS plugin code as an example<br>
<br>
regards<br>
<font color="#888888"><br>
Saverio<br>
</font></blockquote></div><br></div>