Re: [Wireshark-dev] Registering ICMP dissector
Great, thanks a lot! Jeff Morriss wrote: > Michael Rogovin wrote: > >> Hi, >> >> I'd like to request to register the icmp dissector in the future >> versions, by adding >> register_dissector("icmp", dissect_icmp, proto_icmp); >> in t
[Wireshark-dev] Registering ICMP dissector
Hi, I'd like to request to register the icmp dissector in the future versions, by adding register_dissector("icmp", dissect_icmp, proto_icmp); in the proto_register_icmp. I rely on this dissector in my plugin. Could we add it to the next version? Thanks! Mike __