Ethereal-users: Re: [Ethereal-users] multi-line tree node

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 19 Nov 2001 15:57:20 -0800 (PST)
> I would like to add a node to the protocol tree in the
> middle pane that can display multiple lines of pure
> text.
> I tried both proto_tree_add_text() and
> proto_tree_add_string_format(), both display the
> multi-line string in one line, with the "\n" replaced
> by a funny character, and the entire string truncated.
> Is there a way to do this?

No, there isn't.  It might be nice, but nobody's implemented it yet.