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 4060] New: ReportedBoundsError trap no longer appends "[Ma

Date: Mon, 28 Sep 2009 08:37:09 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4060

           Summary: ReportedBoundsError trap no longer appends "[Malformed
                    Packet]" to COL_INFO
           Product: Wireshark
           Version: SVN
          Platform: x86
        OS/Version: Windows Vista
            Status: NEW
          Severity: Normal
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: wmeier@xxxxxxxxxxx


Build Information:
Windows Vista: Build from recent SVN with VC9: with new_packet_list
--
While testing a new dissector I noted an issue wherein the dissector referenced
a byte past the end of the PDU and thus generated a ReportedBoundsError.

The expert info appeared OK in the tree but there was no "[Malformed Packet]"
appended to the INFO Column.

Putting a breakpoint at show_exception( in packet-frame.c showed that 
pinfo->cinfo == NULL when the exception was hit.

Is this something to do with new_packet_list ??


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.