Ethereal-dev: Re: [Ethereal-dev] Static -vs- Dynamic configuration

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 27 Feb 2001 10:33:05 -0800 (PST)
> So, should I do it?

If it parses reasonably quickly, yes.

> If I do, where should I put the configuration file?

The same place we put other configuration files of that sort, such as
the "manuf" file giving manufacturer names corresponding to various
Ethernet OUI's - in "DATAFILE_DIR"; see, for example, "epan/resolv.c":

	#define EPATH_MANUF             DATAFILE_DIR "/manuf"

Check the file into the top-level Ethereal directory, add it to the end
of "sysconf_DATA" in the top-level "Makefile.am", and add it to the
"EXTRA_DIST" macro in "Makefile.am".