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] dissector handoff question

From: "Yashwant Shitoot" <yshitoot@xxxxxxx>
Date: Mon, 18 Jun 2007 16:06:04 -0700
Hello,

In my proto_reg_handoff_ntpmgcp(...); when I call 

dissector_add("udp.data", currentPort, ntpmgcp_handle);

What I am trying to get is reveive all "data" for all udp packets captured by 
the filter. This is the only protocol used to communicate with some ip 
addresses using udp.

Thanks

Yash