Ethereal-dev: Re: [Ethereal-dev] Check Point High Availability Protocol (CPHAP) 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: Wed, 14 Aug 2002 11:51:36 -0700
On Wed, Aug 14, 2002 at 12:57:23PM +0200, Yaniv Kaul wrote:
> Please find attached first version of the CPHA protocol, using in Check
> Point's ClusterXL sync/high availabilty/load sharing product.

Checked in.

> Changes need to be made to Makefile et. al. in order to add it.

See revision 1.451 of "Makefile.am" and revision 1.200 of
"Makefile.nmake" for the changes required (Makefile isn't a source file,
it's a generated file - and the same is true of "Makefile.in" - so those
aren't in CVS and aren't directly changed by the checkin).

> Comments are welcome.

1) There was no RCS ID line in the file - I added one.  It's useful to
be able to use "ident" to see which version of a file you have in a
directory, for example.

2) I got rid of the includes of <sys/types.h> and <netinet/in.h> (as per
Joerg Mayer's project to get rid of them), and replaced two calls to
"ntohs()" to call "g_ntohs()" instead (see my reply to your question
about the "ntoh*" routines).