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] ethereal plugin interface

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 1 Jul 2003 01:37:19 -0700
On Mon, Jun 30, 2003 at 10:14:22PM +0200, Matthijs Melchior wrote:
> Use cygwin "gcc -aux-info xyzzy ... -c plugin_api_list.c" to create
>   a file with conststent formatted declarations.  This makes it possible
>   to extract the symbol names with a regular expression...

We could do that...

...but not as part of the build procedure, as:

	1) people might be using older versions of GCC that don't
	   support "-aux-info";

	2) people might not be using GCC at all.

I.e., that'd have to be done manually whenever the plugin interface is
updated.