aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-31 21:30:40 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-31 21:30:40 +0000
commita79bffa314bdb5114c28b0b161c3b21bd025d74f (patch)
treeb2b9a302bd11e35e4732cb1e33ff001150bf7a9a /doc
parent0d9198f2eab2b8da2b62d87e645e454acf7599ae (diff)
add new command line flag "-g", will go to a given packet, after loading a capture file with -r
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14511 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ethereal.pod b/doc/ethereal.pod
index 17c30546a3..d15c43a14b 100644
--- a/doc/ethereal.pod
+++ b/doc/ethereal.pod
@@ -11,6 +11,7 @@ S<[ B<-b> ring buffer options] ...>
S<[ B<-B> capture buffer size (Win32 only) ] ...>
S<[ B<-c> count ]>
S<[ B<-f> capture filter expression ]>
+S<[ B<-g> packet number ]>
S<[ B<-h> ]>
S<[ B<-i> interface ]>
S<[ B<-k> ]>
@@ -223,6 +224,10 @@ data.
Set the capture filter expression.
+=item -g
+
+After reading in a capture file using B<-r>, go to the given I<packet number>.
+
=item -h
Print the version and options and exit.