Wireshark-bugs: [Wireshark-bugs] [Bug 12343] Client hello spanning multiple frames does not disp

Date: Sun, 17 Apr 2016 11:52:42 +0000

changed bug 12343


What Removed Added
Status UNCONFIRMED RESOLVED
CC   [email protected]
Resolution --- DUPLICATE

Comment # 1 on bug 12343 from
There is a TLS record with record length 255, but the tcp.segment_data is only
256 bytes. That is not sufficient to fit 5+255=260 bytes (4 bytes are missing).

Those last four bytes somehow appear in packet 7. Based on the TCP sequence
numbers it seems that packet 9 is out-of-order, it should have arrived before
7. (Sequence numbers are 257 and 261 for packets 9 and 7 respectively).

Out-of-order packets are not handled well, see bug 9461.

*** This bug has been marked as a duplicate of bug 9461 ***


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