1 | initial version |
infiniband.try_heuristic_first
means when dissecting payloads within Infiniband to try heuristic dissectors first. If you want the UDP dissector to try its heuristics first before calling Infiniband for the registered port, then you would want the udp.try_heuristic_first
preference. (You may have that enabled in the Wireshark profile you are using; you can specify a non default profile on the tshark command line too.)
If your protocol always uses that port, though, perhaps it doesn't need to be a heuristic protocol but could be registered to that port instead and Infiniband disabled.