https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6717
Summary: ATM SSCOP parsing when VPI/VCI != 0/5 and meta
protocol data forward to MTP2
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: pilz@xxxxxx
Created attachment 7659
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7659
Patch
Build Information:
wireshark 1.7.1 (SVN Rev 40363 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 (64-bit) with GTK+ 2.18.3, with Cairo 1.8.8, with Pango 1.26.0, with
GLib 2.22.3, with libpcap (version unknown), with libz 1.2.3.3, without POSIX
capabilities, without SMI, without c-ares, without ADNS, with Lua 5.1, without
Python, without GnuTLS, without Gcrypt, with MIT Kerberos, without GeoIP, with
PortAudio <= V18, without AirPcap.
Running on Linux 2.6.31-23-generic, with locale en_US.UTF-8, with libpcap
version 1.0.0, with libz 1.2.3.3.
Built using gcc 4.4.1.
--
Fix:
The ATM dissector only forwards the payload to the SSCOP parser, when the
VPI/VCI 0/5 is used. When a different VPI/VCI is used the data is not processed
further. This patch implements a method so that a hint can be given to the ATM
dissector. The meta dissector will take advantage out of that.
Enhancement:
Via this patch the meta dissector can also forward the frame to the MTP2
parser.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.