Ethereal-dev: Re: [Ethereal-dev] Failure building Ethereal from current CVS due to ASN1 plugin

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: Fri, 20 Feb 2004 20:38:16 -0800
On Fri, Feb 20, 2004 at 02:10:40PM -0700, Greg Morris wrote:
> This section in packet-asn1.c causes nmake to faile because OLDASN1FILE
> is undefined. Line 4690.
>  
> #ifdef WIN32
>   old_default_asn1_filename = get_datafile_path(OLDASN1FILE);
> #endif

I've checked in a change that should fix that.