Ethereal-users: Re: [Ethereal-users] "file proto.c: line 1651: should not be reached" in v0.9.9.

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, 27 Jan 2003 14:47:57 -0800
On Mon, Jan 27, 2003 at 11:38:58PM +0100, Martin Regner wrote:
> It could also be some dissector that calls proto_tree_add_int_hidden or
> proto_add_int_format since they are using proto_tree_add_int (and it
> might not even be enough to search for those).

OK, what I should have said was

	I looked for all calls to "proto_tree_add_int*()" ...

as the search was actually for "proto_tree_add_int" which found calls to
those other routines; I checked them as well.