Ethereal-dev: Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem

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, 10 Nov 1999 11:13:51 -0800 (PST)
> 	Thanks, I think we should avoid bit field for packet header
> 	struct as we are not sure how C compiler would pack them into.

...or in which order (high-order bits to low-order bits, or *vice
versa*) it'll pack them.

We don't appear to be using any of the "rrr_" fields in the IPv6 code;
perhaps we should remove from "packet-ipv6.h" those structure
declarations.