Ethereal-dev: [Ethereal-dev] Re: increasing number of bytes printed from "proto_tree_add_bytes

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: Fri, 07 Apr 2006 12:40:00 -0700

The bytes are already *in* the packet bytes pane. They just happen to be combined with all the >*other* bytes in the packet. :-)


Thats right. As long as I am doing any operation on tvb (the default tvbuff_t), Packet Bytes will contain the bytes of this default tvb only.

If I create another tvbuff_t for my purposes, lets say ctvb, then how can I display the bytes of ctvb on the Packet Bytes pane along with the bytes of tvb, or append ctvb to tvb right after tvb ends?

Or

Is there another way I can append bytes to my default tvb just to view them on the Packet Bytes pane?

Thanks,
Jasim