Re: IP Defragmentation

2007-03-10 Thread Jan Engelhardt
On Mar 8 2007 11:45, Kanhu Rauta wrote: > > 1>in case of fragmention i am getting only one packet at the > hook,While analyzing the ip header it says this is the assembled > packet(skb->len=1528,offset=0,MF=0). conntrack assembles defragmented packets. > While dumping the data(for 0 to 1528 prin

IP Defragmentation

2007-03-07 Thread Kanhu Rauta
Hi list, I am using kernel 2.6.20.1. I have written a module,which will register a function at local_in hook, i have found a strange behavior with the packets getting in my callback function i.e [let say i am sending 1500 bytes to this machine from the network] ping -s 1500 1>in case of fragme