On Wed, Feb 19, 2014 at 9:37 AM, Rahul Rohit <[email protected]> wrote: > Hi, > > If I have two protocols A and B, is it possible to register the handle of > protocol B in the protocol table of A and to register the handle of protocol > A in the > > Protocol table of B at the same time.
Absolutely. Just create the tables in the proto_register_NAME functions, and register in them in the proto_reg_handoff_NAME functions. Evan ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
