Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6925] IPv6 TCP packets with invalid hop-by-hop headers are

Date: Fri, 9 Mar 2012 22:38:13 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6925

Johannes Ullrich <jullrich@xxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|x86                         |All
         OS/Version|Mac OS X 10.7               |All

--- Comment #3 from Johannes Ullrich <jullrich@xxxxxxxx> 2012-03-09 22:38:12 PST ---
RFC 5722 refers to fragments. This bug affects TCP segments. For TCP segments,
the first segment *should* be used if two segments with identical sequence
number are sent. However, in this case, the first segment uses an invalid
hop-by-hop header. As a result, the first segment will not be used. See the
ICMP parameter problem message that is sent as a result. Wireshark re-assembles
the traffic wrong. It should not consider the first segment with the bad
hop-by-hop header.

(Also changed platform/OS to "all" as this bug appears to be not platform
specific)

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.