Re: [Wireshark-dev] referring to a previous packet

2007-06-28 Thread Manuel Jung
Thanks a lot for your hind. This is my code I have now. If the tag is set (pkt_typ & 0x20) then the next packet is with UB. So I create an empty conversation. The next message don't have the tag so that's why in the next package the routine jumps into the else-path and looks for a conversation.

Re: [Wireshark-dev] referring to a previous packet

2007-06-27 Thread Jaap Keuter
Hi, This problem can be addressed by means of conversations. See the README.developer on the concept and all relevant details how to use it. Thanx, Jaap On Wed, 27 Jun 2007, Manuel Jung wrote: > Hello, > > I have to build a dissector for a non-public protocol. > > The protocol I have to dissect

[Wireshark-dev] referring to a previous packet

2007-06-27 Thread Manuel Jung
Hello, I have to build a dissector for a non-public protocol. The protocol I have to dissect is an encapsulation for another one. There are 2 types of packets. The one is with Message Buffer (MB) and the other is with User buffer (UB). In a packet with MB there is a tag that indicates that the