Ethereal-dev: Re: [Ethereal-dev] proto.c: line 1115 (proto_tree_add_string): assertion fail

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: Fri, 15 Feb 2002 11:42:19 -0800
On Fri, Feb 15, 2002 at 04:48:13PM +0100, Marcin Gryszkalis wrote:
> proto.c: line 1115 (proto_tree_add_string): assertion failed: 
> (hfinfo->type == FT_STRING)

That was probably the result of the inadvertent change of the call to
put in that item from a "get a byte" call to a "get a string" call, so
the latest snapshot (which changes it back) should work.