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] How to append two tvb buffers?

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 16 Oct 2008 19:03:39 +0200
Hi,

Have a look at the tvb_composite_xxx() functions for that.

Thanx,
Jaap

atdev.queries@xxxxxxxxx wrote:
Hi All,

I am developing a new plugin in which it contains the tvb buffer in the following format xx yy xx zz xx qw �.

But I need not consider xx values and would like to have yy zz as one item in other buffer.

For that I am thinking of taking yy in one subset and zz in another subset using tvb_new_subset().

But I don�t know how to append both the buffers in to third buffer as yy zz.

Could any one please help me to append them or please suggest any other procedure to get it done as yy zz.

Thanks in advance,

Atdev.