Re: icmp related question

2002-03-07 Thread Justin C. Walker
On Thursday, March 7, 2002, at 02:05 AM, Kshitij Gunjikar wrote: > Hi All, > Hi I'm studying code for ICMP . > > there is a piece of code in icmp_input which just returns when we find > the > ICMP packet length lesser than allowed. > > if (icmplen < ICMP_MINLEN) { > i

icmp related question

2002-03-07 Thread Kshitij Gunjikar
Hi All, Hi I'm studying code for ICMP . there is a piece of code in icmp_input which just returns when we find the ICMP packet length lesser than allowed. if (icmplen < ICMP_MINLEN) { icmpstat.icps_tooshort++; goto freeit; } i = hl