Hi All,
I would like to add a some configuration parameter like UDPPort, Key1,
Key2.... for the MIKEY dissector.

If I add instruction like.....

module_t *mikey_module;
mikey_module = prefs_register_protocol(proto_mikey,
proto_reg_handoff_mikey);
prefs_register_uint_preference(mikey_module, "UDPPort", "UDPPort", "UDP Port
(default 4369)", 10, &mikey_udpport);

during the compiling there are some assertion failing.

Could somebody help me on this please ?

Thanks in advance,
Filippo
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to