Wireshark-bugs: [Wireshark-bugs] [Bug 6434] data combined via ssl_desegment_app_data not visible
Date: Tue, 29 Jan 2013 17:02:10 +0000

Comment # 4 on bug 6434 from
Created attachment 9892 [details]
proposed patch

If the last SSL record in a packet needs desegmentation, the tap is never
called for this packet. If a packet contains multiple complete SSL records but
one last incomplete SSL record, SSL follow does not display the data from the
complete records.

I think the fix is to call the tap even in the case of a final incomplete SSL
record. Let taps deal with partial SSL records if needed. SSL follow is okay
and the data for the partial record will be added when the record is assembled.


You are receiving this mail because:
  • You are watching all bug changes.