https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6261
Summary: crash decoding h.245 terminaCapabilitySet
Product: Wireshark
Version: SVN
Platform: All
OS/Version: Debian
Status: NEW
Severity: Major
Priority: Medium
Component: TShark
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: wsbugz.list.ch@xxxxxxxxxxxxxxxx
Created an attachment (id=6857)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6857)
packet capture that causes crash
Build Information:
Originally found while using 1.2.11, but still present on svn checked out just
now.
--
Run:
tshark -T pdml -d tcp.port==11054,h245 -r c.pcap
crashes with:
ERROR:print.c:764:get_field_data: code should not be reached
The capture file contains four packets: the three needed to establish TCP, and
one containing the data which causes the crash.
Since this is an assertion failure, I tried re-building with the assertion
commented out and it seems to decode correctly. The last field decoded before
the crash is "h264.profile".
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.