ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: [Ethereal-users] filtering with frame.number as argument

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

From: Vinh Pham <vinh.pham@xxxxxx>
Date: 11 Jan 2006 11:08:11 +0100
Hi all friends

After having captured from my wireless nic, I've created 
a plot using IO-graphs. In this plot I wanted to mark an interval
of frames, e.g from frame number 10 to 50 with a color like blue. So
I use the filtering feature where I input "frame.number >=10 and frame.number<=50". But it seems like nothing is happening. Is this a bug?
Do you have a suggestion for a solution?

Thx