Comment # 5
on bug 12257
from Guy Harris
Any Wireshark code that displays column information differently depending on
whether a protocol-tree pointer is null or not is buggy, as there is no
guarantee that the protocol tree pointer passed to a dissector will be null or
not when it's being called to generate column information.
I will fix the CIP dissector so that it doesn't check value of proto_tree or
proto_item pointer in any code that sets the columns.
You are receiving this mail because:
- You are watching all bug changes.