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