Ethereal-dev: Re: [Ethereal-dev] Major Diameter Changes . . . Part 2 - Diffs and dictionaries

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: Thu, 1 Nov 2001 14:24:12 -0800 (PST)
> Makefile.am     - xmlstub added, dictionary added (hopefully properly)

It's added the same way "manuf" is added, which is correct.

> Makefile.nmake  - xmlstub added.  I couldn't figure out where to put
> 		  the dictionary.

There's no "make install" for Windows.  Instead, installation is handled
by the "Nullsoft (SuperPiMP|Scriptable) Installation System":

	http://www.nullsoft.com/free/nsis/

The file that specifies how the Ethereal NSIS package is put together is
in "packaging/nsis/ethereal.nsi.in"; I've checked in changes to handle
the dictionary files.

> packet-mip.c	- Dissector is now registered by name.

That was part of your larger patch to "packet-mip.c", so I didn't check
that patch in.