On 6/20/2012 10:47 AM, Pedro Fuentes Ortega wrote:
Yes, the frames are displayed but but aren't dissected by the dissector.
Does 'tshark -G decodes | grep "udp\.port"' show your dissector as being
registered on udp.port 3800 ?
If not, then maybe there's something wrong with your code to register
the dissector (assuming that nothing else is registered on that port).
If yes, then maybe your dissector has a problem (or not ...).
The best way to proceed is probably to use a debugger and put a
breakpoint at the start of your dissector to see if the dissector gets
called.