https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5714
Summary: RTSP protocol hides multiple replies and extensions
Product: Wireshark
Version: 1.4.3
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: charlesdonaldson@xxxxxxxxxxxx
Created an attachment (id=5968)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5968)
rtsp extensions exposed and multiple reply
Build Information:
wireshark 1.4.3
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 (32-bit) with GTK+ 2.10.4, with GLib 2.12.3, with libpcap 0.9.8, with
libz 1.2.3, without POSIX capabilities, without libpcre, without SMI, without
c-ares, without ADNS, without Lua, without Python, without GnuTLS, without
Gcrypt, with MIT Kerberos, without GeoIP, without PortAudio, without AirPcap.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.18-128.el5, with libpcap version 0.9.8, with libz 1.2.3.
Built using gcc 4.1.2 20080704 (Red Hat 4.1.2-44).
--
The RTSP protocol labels extensions as data which obscures the content. This
patch sets all extensions to be viewed as text - that basis of the protocol.
Also, subsequent reply messages are tagged as data instead of as another reply
message when multiple reply messages in one tcp payload. This patch passes
remaining data back up for further processing.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.