Evan Huus
changed
bug 10335
Comment # 5
on bug 10335
from Evan Huus
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.