Ethereal-dev: Re: [Ethereal-dev] proto_tree_add_none_format

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, 8 Apr 2003 10:20:58 -0700
On Tue, Apr 08, 2003 at 01:52:53PM +0400, Alex V. Boreskoff wrote:
> As far as I can see there is no way to use proto_tree_add_none_format
> function in plugin code - there's no mention of it in
> the plugins dir of ethereal sources and on attempt to use I'm getting
> unerseolved ref on this func.
> 
> Is this intentional

No.

> and are there simple ways to overcome this ?

Add it to the list of functions exported to plugins.  I just checked in
a change to do that (untested on Windows, however, as I don't have a
Windows C compiler at work - Windows is the only platform where you
explicitly have to arrange to export functions to plugins).