Re: [Wireshark-dev] dissector handoff question

2007-06-18 Thread Stephen Fisher
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 prot

[Wireshark-dev] dissector handoff question

2007-06-18 Thread Yashwant Shitoot
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 Y