Wireshark-bugs: [Wireshark-bugs] [Bug 11173] HTTP2 dissector decodes first SSL record only

Date: Tue, 22 Sep 2015 21:31:24 +0000

changed bug 11173


What Removed Added
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Ever confirmed   1

Comment # 8 on bug 11173 from
Interesting, there is a difference in single-pass tshark and -2
(tested with tshark v1.99.10rc0-192-g4680c8b; HTTP2 proto is disabled):

@@ -1155,10 +1163,29 @@
         Length: 1424
         Encrypted Application Data: 000000000000001b452f09af882efb6...
     SSL segment data (1400 bytes)
+    SSL segment data (347 bytes)
 [12 Reassembled SSL segments (16393 bytes): #51(1340),.. #51(1053)]
(+last line repeated 10 times)
 HyperText Transfer Protocol 2
 HyperText Transfer Protocol 2
 HyperText Transfer Protocol 2
(+last line repeated 9 times)
-[Reassembly error, protocol SSL: Frame already added in first pass]

 Frame 52: 156 bytes on wire (1248 bits), 156 bytes captured (1248 bits)

@Guy, this message was added in c2087da0 (below a "XXX - can this ever happen?"
comment), got any idea what could be wrong here?


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