Add a "Find Frame" menu item under "Display"; it lets you use a display

filter to search forward or backward in the list of displayed frames for
a matching frame.

When filtering the display, readjust the display to show the "current"
frame if it passed the display filter.  When a file is read in, the
first frame becomes the "current" frame; when a frame is selected, it
becomes the "current" frame, and remains so *even if you unselect it*,
until another frame is selected.

Select the first frame when a file is read in.

Disable most of the "Display" and "Tools" menu items if there's no
current capture file, and enable the relevant ones if there is.

svn path=/trunk/; revision=983
This commit is contained in:
Guy Harris 1999-11-06 06:38:53 +00:00
parent f0889e55c1
commit f3ec699cb3
1 changed files with 6 additions and 0 deletions

View File

@ -230,6 +230,12 @@ are ignored. Therefore, if you are filtering on the existence of protocols,
you should list the higher-level protocols first, and the lower-level
protocols last.
=item Display:Find Frame
Allows you to search forward or backward, starting with the currently
selected packet (or the most recently selected packet, if no packet is
selected), for a packet matching a given display filter.
=item Display:Collapse All
Collapses the protocol tree branches.