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