Re: [Wireshark-dev] How do I call anothes dissector

2007-07-07 Thread Jaap Keuter
Hi, See the README.developer file in the doc directory, chapter 1.8 Calling Other Dissectors. Thanx, Jaap Yashwant Shitoot wrote: > Hello, > > My protocol is encapsulated in udp. I am able to dissect this part without > problem. The remaining data I need to pass to another protocol RTCP or >

[Wireshark-dev] How do I call anothes dissector

2007-07-07 Thread Yashwant Shitoot
Hello, My protocol is encapsulated in udp. I am able to dissect this part without problem. The remaining data I need to pass to another protocol RTCP or another depending upon the data. How to I call another dissector and pass data to that one. Thanks Yash