Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6546] packet-ajp13 fails to detect end of request body

Date: Mon, 7 Nov 2011 01:13:35 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6546

--- Comment #3 from Iain Arnell <iarnell@xxxxxxxxx> 2011-11-07 01:13:34 PST ---
Created an attachment (id=7384)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7384)
capture exhibiting the problem

This capture shows the problem. The ajp13 packet in frame 21 has packet-length
2 and content-length 0, signifying end of request body (and confirmed in frame
23 when tomcat starts sending response header). Frame 28 is actually the start
of a new POST request, but current ajp13 dissector mistakenly believes it to be
a continuation of the previous request body. The same behavior is also visible
in frames 94-100.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.