Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] packet statistics screen

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Wed, 31 Jan 2007 12:39:50 -0800
On Wed, Jan 31, 2007 at 12:12:05PM -0500, Aamer Akhter wrote:

> I'm looking at the ethereal screen in Statistics->Summary and was 
> wondering if there is a way to calculate the highest pps and bitrate 
> within a 1 min window. Right now, the stats seem to be over the entire 
> length of the file...

You can do it with Wireshark.  First, apply a display filter matching 
what you want to include.  If you want to include the first 60 seconds 
of a capture (or 60 seconds after a time reference mark), then use this 
filter:

  frame.time_relative <= 60

Then hit enter or click apply and go back to the statistics->summary.  
There will be a second column for statistics on the displayed packets 
only.


Steve