Ethereal-dev: Re: [ethereal-dev] ICMP Echo decode wrong??

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxx>
Date: Thu, 1 Jun 2000 16:05:29 -0400
On Thu, Jun 01, 2000 at 01:55:58PM -0600, John McDermott wrote:
> I did try sending pings from a Win 98 box and got the same result.
> 
> --john

I just tested AIX (RS6000, big endian) and the numbers are in big endian format.
I guess we just need to test big-endian Linux and we'll be sure.

I'm not sure what Ethereal can do about this. Either show the sequence number
as two bytes (not interprested as an integer), or show both big-endian and little-endian
formats of the sequence number.

--gilbert