Comment # 4
on bug 6434
from Joe McEachern
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.