https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4851
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|x86 |All
Summary|http doesn't get decoded |TCP reassembly fails when
|properly |data is missing
OS/Version|Windows XP |All
--- Comment #4 from Guy Harris <guy@xxxxxxxxxxxx> 2010-06-07 01:57:45 PDT ---
Changed title to reflect the actual problem.
The problem is that
1) TCP reassembly and HTTP body reassembly are enabled;
2) the HTTP reply takes more than one TCP segment;
3) there appear to be missing segments, so the reassembly isn't happening.
Workaround: turn off TCP reassembly or HTTP header and body reassembly.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.