ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] about mikey dissector

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Tue, 18 Sep 2007 20:41:19 +0200
Hi,

Add this line to proto_reg_handoff_mikey() in epan/dissectors/packet-mikey.c:

  dissector_add("udp.port", 2269, mikey_handle);

as I assume you're using the IANA registered UDP port.

Thanx,
Jaap

Filippo Margiotta wrote:
Hi All,
I would like to use the mikey dissector in a different way it is used now.
At the moment, a mikey packet is captured only as key-mgmt session attributes in the SDP protocol.

Could somebody give me, please, some information about what to modify in the current implementation to have a mikey capture dissector that can directly parse an UDP datagram containing directly a mikey message?

Thanks in advance,
Filippo