https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4556
Summary: Add dissector table to packet-rtcp.c to permit
registration of custom dissectors for APP packets
Product: Wireshark
Version: 1.3.x (Experimental)
Platform: All
OS/Version: Debian
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: alindber@xxxxxxxxx
Alex Lindberg <alindber@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4365| |review_for_checkin?
Flag| |
Created an attachment (id=4365)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4365)
diff file to add dissector_table_t support for epan/dissectors/packet-rtpc.
Build Information:
:~/WSO$ ./tshark -v
TShark 1.3.4 (SVN Rev 32120 from /trunk)
Copyright 1998-2010 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 with GLib 2.22.4, with libpcap 1.0.0, with libz 1.2.3.4, with POSIX
capabilities (Linux), without libpcre, with SMI 0.4.8, with c-ares 1.7.0, with
Lua 5.1, without Python, with GnuTLS 2.8.5, with Gcrypt 1.4.5, with MIT
Kerberos, with GeoIP.
Running on Linux 2.6.32-trunk-686, with libpcap version 1.0.0, GnuTLS 2.8.5,
Gcrypt 1.4.5.
Built using gcc 4.4.3 20100108 (prerelease).
rse@RSE-Sniffer:~/WSO$
--
Create a dissector_table_t and associated calling functions to permit the
registration of custom dissectors for "APP" type RTCP packets.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.