[Wireshark-dev] Problem by writing a plugin, how to access the previous telegram?

2006-12-08 Thread Dittrich Sabrina (PEA-Fe2/BA-ET)
Hello! I'm trying to write a plugin for Wireshark to dissect a special Ethernet-Protocol. But, to be able to dissect my telegrams, I need information of some bytes of the previous telegram. Can you please tell me how to access the previous telegram while dissecting the current telegram? I thought

Re: [Wireshark-dev] Problem by writing a plugin, how to access the previous telegram?

2006-12-08 Thread Jaap Keuter
Hi, Let me point you in the direction of conversations. This is a concept described in doc/README.developer. It comes down to attaching your data to a source/destination address/port pair, which you then can retrieve while dissecting subsequent packets. Thanx, Jaap On Fri, 8 Dec 2006, Dittrich