https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5491
--- Comment #5 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-12-22 07:41:33 CET ---
The DISSECTOR_ASSERT(info_str); has to go. A dissector always has to be able to
accept incorrect packet data. This assert is only to guard against 'real'
dissector errors.
Also descriptive labels in the switch statements would be appreciated.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.