<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.3790.2706" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">ip_len = (ih-&gt;ver_ihl &amp; 0xf) * 
4;</DIV></BLOCKQUOTE>
<DIV style="FONT: 10pt arial">Look here <A 
href="http://www.freesoft.org/CIE/Course/Section3/7.htm">http://www.freesoft.org/CIE/Course/Section3/7.htm</A></DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV>
<DIV style="FONT: 10pt arial">The (&amp; 0xf) is there to only get the four bits 
of ih-&gt;ver_ihl, and (* 4) is there so that we get the header length in bytes, 
not in 32bit words.</DIV>
<DIV style="FONT: 10pt arial">&nbsp;</DIV>
<DIV style="FONT: 10pt arial">Bye,</DIV>
<DIV style="FONT: 10pt arial">Ramiro Polla</DIV></BODY></HTML>