https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5084
Summary: (HTTP) Folded field-values
Product: Wireshark
Version: 1.0.7
Platform: x86
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: hagbard@xxxxxx
Build Information:
Compiled with GTK+ 2.16.1, with GLib 2.20.1, with libpcap 1.0.0, with libz
1.2.3.3, with POSIX capabilities (Linux), with libpcre 7.8, without SMI, with
ADNS, with Lua 5.1, with GnuTLS 2.4.2, with Gcrypt 1.4.1, with MIT Kerberos,
with PortAudio V19-devel (built Mar 4 2009), without AirPcap.
Running on Linux 2.6.28-19-generic, with libpcap version 1.0.0.
Built using gcc 4.3.3.
--
As described in RFC 2616 Section 2.2 (Basic Rules) a header-field value can be
folded into multiple lines if the continuation line begins with horizontal tab
or a white space.
The "Content-Length" field-value should not be interpreted as seperate fields
nor as text data.
HTTP-Response with folded field-value:
HTTP/1.1 200 OK\r\n
Content-Type: text/html\r\n
Content-Length: \r\n 20\r\n
\r\n
Wireshark\r\nWireshark
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.