https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7332
Summary: Update to packet-h248.c and associated h248 dissecorts
Product: Wireshark
Version: SVN
Platform: x86
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: alindber@xxxxxxxxx
Alex Lindberg <alindber@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8554| |review_for_checkin?
Flags| |
Created attachment 8554
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8554
H248 update DIFF file
Build Information:
k$ ./tshark -v
TShark 1.7.2 (SVN Rev 43083 from /trunk)
Copyright 1998-2012 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 GLib 2.32.3, with libpcap, with libz 1.2.7, with POSIX
capabilities (Linux), with SMI 0.4.8, with c-ares 1.8.0, with Lua 5.1, without
Python, with GnuTLS 2.12.19, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP.
Running on Linux 3.2.0-2-686-pae, with locale en_US.UTF-8, with libpcap version
1.2.1, with libz 1.2.7.
Built using gcc 4.6.3.
--
Improvements to the H248 dissectors including:
All default package information included in new packages (built at runtime).
Updated several h248 dissectors including annex_e with additional package
detail.
Added a dissector table and hook for a custom dissector that might ride on the
h248 structure.
Modified packet registration to include a priority value to allow custom
dissectors to either:
ADD_PKG, /* add package at registration ONLY if no matching package ID
*/
REPLACE_PKG, /* replace/add package at registration */
MERGE_PKG_HIGH, /* merge h248_package_t at registration favor new package */
MERGE_PKG_LOW /* merge h248_package_t at registration favor current package
*/
Improved H248 V1 handling with more to come.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.