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

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: Wed, 05 Apr 2006 09:55:41 -0700
Hi,

After decrypting a packet, I have recieved a buffer that contains almost 250 bytes, I want to print all of these bytes on the "packet details" pannel using the funcion "proto_tree_add_bytes". right now it's printing only the beginning few bytes of the buffer, e.g. "020367549567830125...".

The three "." in the end mean that there is more data that needs to be printed. How can i print the whole buffer so that I can further point out the contents of the decrypted packet? Please help me!

Thanks,
Jasim