Ethereal-dev: Re: [Ethereal-dev] non-registered things on the proto_tree?

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: Tue, 17 Oct 2000 14:38:16 -0700 (PDT)
> Do I have to register them all in proto_register_foo, or can I add
> things to the proto_tree without the fields be registered?

Yes, you can use "proto_tree_add_text()".

> (I assume that unregistered things aren't filterable.)

Correct.