Ethereal-users: Re: [Ethereal-users] Ethereal byte miscounting & other errors

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Wed, 29 Sep 2004 12:00:12 -0700
Alex Cannara wrote:

1) The Help--About pull down can't be copied & pasted as text, for example here, to easily communicate version info.

That's not new in 0.10.6, as far as I know. It might be possible to make it copyable with GTK+. (At least some of OS X's About boxes have selectable text.)

3) Ethereal installed on a particular machine misreports the size of outgoing packets, because it removes known padding.

No, it doesn't. The padding isn't *present* on the frames as they're handed to Ethereal; the packets in question aren't received by the hardware - they're wrapped around internally by the driver and/or networking stack in the OS, and that code doesn't necessarily pad the packets before wrapping them around (if it's done above the driver, the networking stack code doesn't even know that they *should* be padded, as it doesn't know that they're being sent on an Ethernet).