Ethereal-dev: Re: [ethereal-dev] New Dissector for Sinec H1

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 1 Mar 2000 23:51:23 -0800
> Checked in.
> 
> I applied your subsequent "packet-osi.c" patch, to make it dissect COTP
> data as the H1 protocol if the inactive subset is being used (although I
> made the "inactive subset is being used" flag an argument to a new
> "dissect_cotp_internal()" routine, rather than a global;
> "dissect_cotp()", which is called only from the X.25 dissector, passes
> FALSE).

I also replaced some C++-style comments with C-style comments; GCC
doesn't have a problem with C++-style comments, but some other compilers
(e.g., IBM's C compiler for AIX, as I remember) reject them by default.

I put a note in "doc/README.developer" about that.