Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Overriding existing RPC-TCP heuristic dissector with another heu

From: Shehjar Tikoo <shehjart@xxxxxxxxxxxxxxx>
Date: Thu, 01 Feb 2007 15:13:22 +1100
Hi all

I am writing a RPC over TCP heuristic dissector but the RPC dissector(in
packet-rpc.c) also registers a heuristic RPC over TCP dissector.

It is possible that the packet my heuristic dissector needs,
gets routed to the existing dissector.

From the list archives I see discussions about overriding regular dissectors with heuristic dissectors( using tcp.try_heuristic_first) but how can I override an existing heuristic dissector with another one.

Thanks
Shehjar