Ethereal-dev: Re: [Ethereal-dev] Xyplex dissector

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: Fri, 9 Aug 2002 13:57:21 -0700
On Fri, Aug 09, 2002 at 01:42:19PM -0700, Randy McEoin wrote:
> I've written a dissector for the simple registration and data flow 
> protocol used by a Xyplex terminal server.  Attached is the Makefile.am 
> diff and the packet-xyplex.c.

Checked in, along with the equivalent change to Makefile.nmake (let's
not leave the Windows users out), and with some probably-no-longer-necessary
#includes:

	#ifdef HAVE_SYS_TYPES_H
	# include <sys/types.h>
	#endif

	#ifdef HAVE_NETINET_IN_H
	# include <netinet/in.h>
	#endif

removed.