Wireshark-bugs: [Wireshark-bugs] [Bug 8506] VRT Protocol: VITA 49 Radio Transport Protocol
Date: Mon, 25 Mar 2013 12:08:31 +0000

Comment # 16 on bug 8506 from
(In reply to comment #15)
> Created attachment 10458 [details]
> Patch version 5
> 
> Added preferences to allow user to choose dissector port from a set of 3
> (IANA, custom, or 0 to disable automatic dissection).

Generally just a straight 'uint' preference is preferred so that users can set
it to whatever they want (the enum is nice, but can be annoying if the user
ends up with traffic on a non-standard port). packet-moldudp.c is a nice simple
example of a normal uint port preference.


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