Re: [Wireshark-dev] Registering ICMP dissector

2007-07-30 Thread Michael Rogovin
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

2007-07-29 Thread Michael Rogovin
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 __