Wireshark-bugs: [Wireshark-bugs] [Bug 8506] VRT Protocol: VITA 49 Radio Transport Protocol
Date: Fri, 22 Mar 2013 12:45:24 +0000

Comment # 7 on bug 8506 from
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.