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: Mon, 10 Apr 2006 07:28:22 -0700

If, however, the tvbuff you're constructing is constructed with
tvb_new_real_data() - for example, if you're decompressing or decrypting
data - you should be registering it as a "data source", so it gets a
notebook page in the Packet Bytes pane.  See, for example,
epan/dissectors/packet-icq.c for an example of code that does that.


This works fine. Thank you very much.

Jasim