Wireshark-bugs: [Wireshark-bugs] [Bug 10335] 1.12.0 does not dissect HTTP correctly

Date: Tue, 05 Aug 2014 01:17:38 +0000

changed bug 10335

What Removed Added
CC   [email protected]
Severity Major Normal

Comment # 5 on bug 10335 from
Hmm, Alexis fixed the HTTP2 problem, but the bigger one still remains.

I guess we should be listing these packets as [Continuation Data] or something
when reassembly is disabled?

Reducing severity a bit, since if they contain actual HTTP headers they'll
still be dissected, it's just the undifferentiable binary segments that are
missed.

Quick look at the code indicates we bail if the first byte isn't a printable
character, since we're expecting ASCII HTTP headers.

Jim, how would you expect to see these packets dissected given they're just
random binary junk as far as Wireshark is concerned?


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