Ethereal-dev: Re: [Ethereal-dev] win32 compilation?

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

Date Prev Thread Prev
From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 30 Apr 2003 16:42:34 -0700
On Wed, Apr 30, 2003 at 06:22:49PM -0400, Jason House wrote:
> I tracked down one symptom as being definitions inside of
> plugins/plugin_table.h conflicting with epan/except.h ...
> The attached patch helped

...but it's not the right fix.  All the typedefs in
"plugins/plugin_table.h" must have "addr_" in their name in front of the
function name; the new ones didn't.

I checked in a fix to put the "addr_" in there - and to eliminate the
duplicate "addr_except_throw" and code for that duplicate entry (we were
already exporting it).

Try removing your patch to epan/plugin_table.h, doing a CVS update, and
trying that.