Ethereal-dev: [Ethereal-dev] Re: Plugins.c

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

From: Mike Frisch <mfrisch@xxxxxxxxxx>
Date: Sat, 2 Mar 2002 19:35:20 -0500
On Sat, Mar 02, 2002 at 04:11:22PM -0800, Rajan S wrote:
> I am using VC++ 6.0. I am getting the following error messages:
> 
> plugins.c
> plugins.c(149) : error C2065: 'DIR' : undeclared identifier
> plugins.c(149) : error C2065: 'dir' : undeclared identifier
> plugins.c(149) : warning C4552: '*' : operator has no effect; expected 
> operator with side-effect

Pardon me if this has already been discussed, but it looks that you did
not copy "config.h.win32" from the root of the Ethereal sources to
"config.h".  Those undeclared identifiers are essentially because you
are not compiling on a flavour of unix.

Hope this helps,

Mike.