Ethereal-users: Re: [Ethereal-users] Want to know the size of packets

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

From: Alexandros Papadopoulos <apapadop@xxxxxxxxxxxxxx>
Date: Thu, 10 Feb 2005 12:22:14 +0200
On Thursday 10 February 2005 07:24, Fendie BS /Yahoo wrote:
<snip>
> All I need to get by using Ethereal is : I want to know the size (in
> bytes or bits) of the outgoing Tx packets and incoming Rx packets
> from and/or to my LAN when I run such application, for instance SAP,
> VoIP, etc.

Capture the traffic of your application, and then look in the packet 
detail pane. The first line says "Frame 1", and expanding it shows you 
the "Packet Length" field, in bytes.

If you want to graph these, go to Statistics -> I/O graphs.
Change "Y Axis Unit" to "Advanced" and then enter 
"frame.pkt_len" (without the quotes) for the quantity to measure in the 
first graph.

-A