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

Ethereal-users: Re: [Ethereal-users] display filter question

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

From: Sake Blok <sake@xxxxxxxxxx>
Date: Fri, 28 Apr 2006 00:40:57 +0200
On Thu, Apr 27, 2006 at 10:26:47AM -0400, Summerville, Raymond wrote:
>  
> Have a large trace file and I want to use tethereal to print out a range
> of frame like 1-1000. Does tethereal have that capability and 
> what is the command ?

You can use the display-filter frame.number, ie "frame.number<=1000",
or if you want a chunk from the middle:

"frame.number>=1000 and frame.number<2000"



I hope this helps,   Cheers,   Sake