Comment # 7
on bug 8506
from Evan Huus
Two notes:
- Port 49156 is not IANA registered. According to a quick skim, they list
VRT/VITA on port 4991?
- The DISSECTOR_ASSERT(tvb_length_remaining(tvb, offset) >= *) lines are wrong.
When DISSECTOR_ASSERT fails that indicates a dissector bug, not a malformed
packet (which is what you're checking). And they're not necessary anyways,
since any proto_tree_* or tvb_* call that goes beyond the end of the packet
will throw an exception automatically.
You are receiving this mail because:
- You are watching all bug changes.