Ethereal-dev: Re: [Ethereal-dev] Unable to make ethereal under Solaris 7

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: Sun, 30 Jun 2002 12:43:01 -0700
On Sun, Jun 30, 2002 at 09:29:11PM +0200, Joerg Mayer wrote:
> plugin_list is defined in epan/plugins.[hc] It should alway be present,

epan/plugins.o should always be present in libethereal.a.

However, "plugin_list" shouldn't always be present in epan/plugins.o, as
it's defined inside

	#ifdef HAVE_PLUGINS

		...

	#endif

which surrounds most of epan/plugins.c.