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

Wireshark-commits: [Wireshark-commits] rev 28090: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 20 Apr 2009 05:48:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28090

User: jake
Date: 2009/04/19 10:48 PM

Log:
 From Chris A:
 Right now with DESEGMENT_UNTIL_FIN, the TCP dissector doesn't display the
 fragment tree (the "Reassembled TCP segments" with links to the frames that
 were reassembled).
 
 Attached is one possible patch to packet-tcp.c to display the fragment tree.
 Because DESEGMENT_UNTIL_FIN dissects the FIN packet as the high-level PDU, the
 fragment tree also contains the FIN packet. It has 0 bytes of PDU data. Ugly but logical..

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +26 -19    packet-tcp.c    Modified