Wireshark-dev: [Wireshark-dev] Overriding existing RPC-TCP heuristic dissector with another heuristic one
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