Ethereal-dev: Re: [ethereal-dev] cvs commit: ethereal packet-aarp.c

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 4 Oct 1999 09:51:46 -0500
A couple of notes:

On Mon, Oct 04, 1999 at 08:43:49AM -0500, Gilbert Ramirez wrote:
> 
> Yes. I'm restructuring the header_field_info struct, and for integers,
> I'm going to have a separate field denoting in which base the field should
> be displayed (decimal, hex, octal, binary). I could bitwise-OR that
> with a flag indicating endianness.

I have "binary" in there just for completeness; I'll probably take it
out since I can't imagine that it would be used.
 
> 
> and as you suggested:
>         ip.proto == "IP"
> 

Of course, I meant  ip.proto == "TCP". That's what I get for
sending e-mail first thing in the morning.

--gilbert