Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Problem linking plugin in Win32

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: Thu, 16 Sep 2004 12:38:37 -0700
Thomas Boehne wrote:

I am using proto_tree_add_float and tvb_get_letohieee_float in my
dissector. After a nmake -f Makefile.nmake xyzzy (who came up with
that name?) the two functions do not show up in any of the Xplugin_*
or plugin_* files. Is that correct?

I presume you have GCC installed?

You need to do "nmake -f Makefile.nmake Xass-list" to re-generate the X* files.

I've checked in a change to add the "proto_tree_add_float" routines, and the routines to fetch IEEE floating-point values, to libethereal.def and to the plugin API. If you're using the current SVN version, it should now (or shortly after now) have those routines in the X* files.