https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6546
Summary: packet-ajp13 fails to detect end of request body
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: iarnell@xxxxxxxxx
Build Information:
wireshark 1.7.0 (SVN Rev 39747 from /trunk)
Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GTK+ 2.24.7, with Cairo 1.10.2, with Pango 1.29.4, with
GLib 2.30.1, with libpcap 1.1.1, with libz 1.2.5, without POSIX capabilities,
with threads support, with SMI 0.4.8, without c-ares, without ADNS, with Lua
5.1, with Python 2.7.2, with GnuTLS 2.12.7, with Gcrypt 1.5.0, with MIT
Kerberos, with GeoIP, with PortAudio V19-devel (built May 5 2011 11:00:51),
without AirPcap.
Running on Linux 3.1.0-7.fc16.x86_64, with locale en_IE.UTF-8, with libpcap
version 1.1.1, with libz 1.2.5, GnuTLS 2.12.7, Gcrypt 1.5.0.
Built using gcc 4.6.2 20111027 (Red Hat 4.6.2-1).
--
AJP13 may use two different packets to signify end of request body;
either zero length packet, or packet with zero length content. The ajp13
dissector already recognizes the former; this patch adds support for the
latter.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.