Ethereal-dev: [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: "Greg Morris" <gmorris@xxxxxxxxxx>
Date: Fri, 20 Feb 2004 14:10:40 -0700
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
 
Greg