http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1136
------- Comment #5 from sake@xxxxxxxxxx 2007-03-31 08:58 GMT -------
I calculated the tcp-checksum of the attached packet by hand. It should indeed
have been 0x0000 instead of 0xffff. The problem is most likely be caused by an
incremental update of the checksum done with a wrong algorythm. See RFC 1624:
"Computation of the Internet Checksum via Incremental update"
(http://rfc.net/rfc1624.html).
I will have a look into the tcp-checksum-calculation-code of wireshark to see
why wireshark still thinks this 0xffff is a valid checksum.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.