ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12874] Unable to dissect SPDY streams after a protocol swi

Date: Mon, 19 Sep 2016 17:28:46 +0000

Comment # 7 on bug 12874 from
(In reply to Alexis La Goutte from comment #6)
> (In reply to Peter Wu from comment #5)
> > With the above patch SPDY dissector is invoked automatically. The latest
> > version (3.1) seems not to be supported though, I get a header decompression
> > failure.
> Thanks (for time where is see upgrade for SPDY...)
> 
> > 
> > Alexis? Spec is at
> > https://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1
> about decompression header if i remenber it is a story of decompression on
> the all context and not only one packet.. you can look bug 10566 or 10528

do be more precis :
Spdy uses endless zlib stream per connection, not per stream. Try decompress
incoming header block without re-initialize zlib context.

https://groups.google.com/d/msg/spdy-dev/w712o1OiAgs/XBkG_s6BRNoJ


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