https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3827
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2009-08-08 18:25:50 PDT ---
Don't use DISSECTOR_ASSERT() to check a packet's contents; it's not a dissector
bug if the packet isn't what you're expecting (well, it's a dissector bug if it
can't handle it when it's valid contents, but don't use DISSECTOR_ASSERT(), so
it doesn't show up as a fuzz-testing bug).
Fixed in revision 29339.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.