Wireshark-bugs: [Wireshark-bugs] [Bug 8643] SSL PDUs are incorrectly repeated in the Follow SSL
Date: Fri, 10 May 2013 20:13:03 +0000

changed bug 8643

What Removed Added
Attachment #10744 Flags   review_for_checkin?

Comment # 1 on bug 8643 from
Created attachment 10744 [details]
Fixes the described bug

This patch fixes the described bug. It also implements a few slight
improvements in closely related code:

- It corrects the Follow Stream dialog's client/server stream selection
mismatch (the combo box selection event handler reversed the mapping of item
indexes to FROM_SERVER and FROM_CLIENT).
- It eliminates SSL PDU consolidation. Now the Hex Dump and C Arrays views
display each SSL PDU issued by the sender independently. This was the case
before when the PDUs were in separate TCP segments. But now it is consistent
regardless of how SSL  PDUs are segmented by TCP. 
- It renamed variables from is_server to is_from_server for indisputable
readability.

Plus one other thing:

- It updates my email address in the AUTHORS file.


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