Re: [Tutor] ICMP checksum

2005-09-27 Thread the taloner
Thanks Kent, It worked for the checksum. Only thing that i am still confused with is the part where sequence numbers are concerned. In the tcpdump o/p I still see seq as 0 over multiple packets. RegardsOn 9/27/05, Kent Johnson <[EMAIL PROTECTED]> wrote: the taloner wrote:> Hi list,>> I was just

Re: [Tutor] ICMP checksum

2005-09-27 Thread Kent Johnson
the taloner wrote: > Hi list, > > I was just playing around with one of the examples given in Python > cook-book. This examples show you how to send data using ICMP packets. > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/439224 > > While running the script I encountered a problem whi

[Tutor] ICMP checksum

2005-09-27 Thread the taloner
Hi list,I was just playing  around with one of the examples given in Python cook-book. This examples show you how to send data using ICMP packets. http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/439224While running the script I encountered a problem which was with the statement icmp.set_i