ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Adding multiple ports for dissector

Date: Wed, 29 Oct 2008 13:38:24 -0700
Hi

I have a packet dissector implemented on a single TCP Port (user enterable through Preferences).

I would like to add multiple ports to this dissector.

Looks like I have to use "prefs_register_range_preference" function in my protocol registration routine.

What are the other changes that need to be made to my packet dissector file?

I did not find it in the README.developer file as well.

Thanks
Sunny