Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1613] Crash in LDAP dissector on Windows: 0.99.4, 0.99.5,

Date: Fri, 5 Oct 2007 19:46:49 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1613





------- Comment #7 from jeff.morriss@xxxxxxxxxxx  2007-10-05 19:46 GMT -------
Well, looking at it in more detail, the idea of adding an expert info to show
the malformed-ness of the packet won't work: the function where the problem
happens doesn't have any proto_items to attach the expert info to (and the
function is generated by asn2wrs and passes through packet-ber.c so adding them
would be a significant change).

We could put in checks to substitute "(null)" when the string pointers are null
or throw an exception.  The former allows the packet dissection to continue but
it makes it hard for a user to know there's anything wrong, the latter is the
opposite.  


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