summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-08 01:29:24 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-08 01:29:24 +0000
commit059d89e65b03da7d05f1395c3b5f59a136fcaf0d (patch)
tree85627195e98867b2eb6d024aa9aec695ad9d0641 /doc
parent9f8898726d025e2958798a0242e215fd46ad0078 (diff)
downloadwireshark-059d89e65b03da7d05f1395c3b5f59a136fcaf0d.tar.gz
Jochen Friedrich's patch to add a "-R" flag, which takes a
display-filter syntax expression as an argument, and causes that filter to be applied to all packets when a capture file is read in; packets that don't match the filter are discarded. svn path=/trunk/; revision=454
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod.template10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index 441a21a5eb..e382783a7c 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -19,6 +19,7 @@ S<[ B<-n> ]>
S<[ B<-P> packet list height ]>
S<[ B<-Q> ]>
S<[ B<-r> infile ]>
+S<[ B<-R> filter expression ]>
S<[ B<-S> ]>
S<[ B<-s> snaplen ]>
S<[ B<-T> tree view height ]>
@@ -117,6 +118,13 @@ B<-i> and B<-w> parameters.
Reads packet data from I<file>.
+=item -R
+
+Causes the specified filter (which uses the syntax of display filters,
+rather than that of capture filters) to be applied, when a packet file
+is read, to all packets read from the capture file; packets not matching
+the filter are discarded.
+
=item -S
Specifies that the live packet capture will be performed in a separate
@@ -132,7 +140,7 @@ memory, or saved to disk.
=item -T
-Sets the initial height of the tree view (middle) pane
+Sets the initial height of the tree view (middle) pane.
=item -t