ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6261] New: crash decoding h.245 terminaCapabilitySet

Date: Wed, 24 Aug 2011 06:33:53 -0700 (PDT)
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.