Could anybody please tell me what this piece of code will do<br><br>ip_len = (ih->ver_ihl & 0xf) * 4;<br><br>I know that we are "anding" ver_ihl to make all the bits equal to 1 but why are we multiplying it by 4.
<br><br>Thank you<br>