Michael Mann
changed
bug 3949
Comment # 6
on bug 3949
from Michael Mann
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.