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

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 06 Apr 2006 11:26:26 -0700
Jasim Tariq wrote:

So I think I have to change some ethereal functions ( maybe GUI ) in order to be able to print the entire buffer or array on the packet details pane and then compile ethereal again to achieve this. But I dont know what those functions are. Can you tell me what those functions are?

bytes_to_str_punct()

You'd have to change it to get rid of the maximum length, and allocate a string that's big enough.