Ethereal-dev: Re: [Ethereal-dev] PGM 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: Thu, 12 Jul 2001 13:19:38 -0700 (PDT)
> Attached its a tar-gzip file that contains a dissector
> for the Pragmatic General Multicast (PGM) protocol. 

I checked packet-pgm.c and packet-pgm.h in, although I

	1) got rid of the stuff in packet-pgm.c commented out with
	   C++-style comments (most of it appears to have been for
	   building it as a plugin), and replaced the C++-style comments
	   in packet-pgm.h with C-style comments, as some C compilers
	   don't accept C++-style comments;

	2) put a copyright notice, RCS ID, etc. into packet-pgm.h.

Makefile.in isn't in our CVS tree - it's built by automake from
Makefile.am, so I modified Makefile.am to mention packet-pgm.c *and*
packet-pgm.h (all files that must be part of the source distribution
have to be mentioned there so that "make dist" works), and also modified
Makefile.nmake to mention packet-pgm.c, so that it'll build on Windows
with MSVC++ and nmake.