aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ethereal.pod.template
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-11-06 06:38:53 +0000
committerGuy Harris <guy@alum.mit.edu>1999-11-06 06:38:53 +0000
commitf3ec699cb3be5a3d9a890575c522edd34cf4ad7b (patch)
tree52be9edbf7471849b3021eb6179f5b089477a4c6 /doc/ethereal.pod.template
parentf0889e55c1913a8ca89e2f0c2f1ad9b701fa8779 (diff)
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
Diffstat (limited to 'doc/ethereal.pod.template')
-rw-r--r--doc/ethereal.pod.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index eaea7c565a..13507b1cb9 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -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.