Wireshark-bugs: [Wireshark-bugs] [Bug 3949] Missing/Duplicate protocol(s)

Date: Wed, 07 Oct 2015 18:21:21 +0000

changed bug 3949


What Removed Added
CC   [email protected]

Comment # 6 on bug 3949 from
The way to really fix this bug is to have a function like
dissector_add_uint_sanity_check that prevents the duplicate registration (it's
currently #if 0ed out but I'm not sure its correct anyway).  My recent patch
(https://code.wireshark.org/review/10865) just tries to address the issues
found with TCP/UDP dissectors.

None were found with TCP, but those two are the "most likely" to have
duplicates.  Probably need a checking function to find any others.


You are receiving this mail because:
  • You are watching all bug changes.