Ethereal-dev: [Ethereal-dev] printing tvbuff

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Jasim Tariq" <jasimtariqjt@xxxxxxxxxxx>
Date: Tue, 04 Apr 2006 09:34:16 -0700
Hi,

is there a way I can print (or append) a newly declared tvbuff on the screen where the original tvb is printed? what functions should I call in tvbuff.h file. I cannot use tvb_composite_append(tvbuff_t* tvb, tvbuff_t* member); here because both tvbuffs (tvb and my newly created tvbuff) are of type REAL_DATA. any suggestions?

thanks
Jasim