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 1722] TCP reassembly missing payload of FIN packet, when D

Date: Wed, 1 Aug 2007 18:33:31 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1722





------- Comment #1 from guy@xxxxxxxxxxxx  2007-08-01 18:33 GMT -------
To quote RFC 793:

    For sequence number purposes, the SYN is considered to occur before the
first actual data octet of the segment in which it occurs, while the FIN is
considered to occur after the last actual data octet in a segment in which it
occurs.

which, at least as I read it, indicates that a SYN or FIN segment can contain
data.

Given that, I'd say it's clearly a bug that DESEGMENT_UNTIL_FIN ignores data in
a FIN segment.


-- 
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.