Re: [Wireshark-dev] tvb in a conversation

2007-07-27 Thread Sebastien Tandel
please don't do this! thanks :) On Jul 27, 2007, at 6:37 AM, Andreas Sikkema wrote: I want to use the tvb from one packet in another packet. So I use conversations for that. When I use this conversation later in another packet, I can't use the tvb from the conversation. If I simple print the

Re: [Wireshark-dev] tvb in a conversation

2007-07-27 Thread Andreas Sikkema
> I want to use the tvb from one packet in another packet. So I > use conversations for that. > > When I use this conversation later in another packet, I can't > use the tvb from the conversation. If I simple print the type > of the tvbuffer, the output is something like 14343243 > instead of

Re: [Wireshark-dev] tvb in a conversation

2007-07-27 Thread Stratemeier, Frank
don't hesitate to ask :). Frank -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Gilbert Ramirez Gesendet: Freitag, 27. Juli 2007 11:55 An: Developer support list for Wireshark Betreff: Re: [Wireshark-dev] tvb in a conversation You can use con

Re: [Wireshark-dev] tvb in a conversation

2007-07-27 Thread Gilbert Ramirez
You can use conversations to share data between packets. However, it knows nothing about tvbuffs. Tvbuffs will be "garbage collected" once they're not referenced anymore. I suppose you could increment the usage count on the tvbuff so that it won't be garbage-collected until the conversation itself

Re: [Wireshark-dev] tvb in a conversation

2007-07-27 Thread Manuel Jung
Is there another possibilty to use some bytes from one packet later in another one. -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail ___ Wireshark-dev mailing list Wir

Re: [Wireshark-dev] tvb in a conversation

2007-07-27 Thread Ulf Lamping
Manuel Jung schrieb: > Hello, > > I want to use the tvb from one packet in another packet. So I use > conversations for that. > > When I use this conversation later in another packet, I can't use the tvb > from the conversation. If I simple print the type of the tvbuffer, the output > is somethi

[Wireshark-dev] tvb in a conversation

2007-07-27 Thread Manuel Jung
Hello, I want to use the tvb from one packet in another packet. So I use conversations for that. When I use this conversation later in another packet, I can't use the tvb from the conversation. If I simple print the type of the tvbuffer, the output is something like 14343243 instead of 0,1 or