Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] tvb in a conversation

From: "Gilbert Ramirez" <gram@xxxxxxxxxxxxxxx>
Date: Fri, 27 Jul 2007 15:24:30 +0530
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 is deleted (and you decrease the reference
count on the tvbuff). However, if you can share your own private
struct rather than a tvbuff, it might be easier for you.

--gilbert

On 7/27/07, Manuel Jung <klaus84@xxxxxxx> wrote:
> 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
> Wireshark-dev@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>