On Mon, Jun 18, 2007 at 04:06:04PM -0700, Yashwant Shitoot wrote:

> 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.

You need to do dissector_add("udp.port" ... and then you will get all of 
the UDP data sent to your dissector.


Steve

_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to