http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36330
User: morriss
Date: 2011/03/25 08:45 AM
Log:
Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3785#c14 :
If we thought we finished reassembly (and called the subdissector) only to find
out that the subdissector asked for more data, handle the case where the
subdissector asked for DESEGMENT_UNTIL_FIN. Previously we only handled the
possibility that the subdissector would ask for a specific number of bytes or
DESEGMENT_ONE_MORE_SEGMENT.
Directory: /trunk/epan/dissectors/
Changes Path Action
+4 -0 packet-tcp.c Modified