aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-13 22:20:07 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-13 22:20:07 +0000
commit6a5c9cba39ae46aa050721293b8e758bd503b349 (patch)
treed1b4aebbf9f57b5a5fb6429b762ad1ac350cf9a9 /doc
parent377916f2a9fb2df81b93636efcf7bfa81cc445c6 (diff)
Add -A <start time> and -B <stop time> options to editcap
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17614 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-rw-r--r--doc/editcap.pod12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/editcap.pod b/doc/editcap.pod
index 40364c4d85..f2b7212a7a 100644
--- a/doc/editcap.pod
+++ b/doc/editcap.pod
@@ -10,6 +10,8 @@ S<[ B<-c> E<lt>packets per fileE<gt> ]>
S<[ B<-C> E<lt>choplenE<gt> ]>
S<[ B<-E> E<lt>error probabilityE<gt> ]>
S<[ B<-F> E<lt>file formatE<gt> ]>
+S<[ B<-A> E<lt>start timeE<gt> ]>
+S<[ B<-B> E<lt>stop timeE<gt> ]>
S<[ B<-h> ]>
S<[ B<-r> ]>
S<[ B<-s> E<lt>snaplenE<gt> ]>
@@ -84,6 +86,16 @@ B<Editcap> can write the file in several formats, B<editcap -F>
provides a list of the available output formats. The default
is the B<libpcap> format.
+=item -A E<lt>start timeE<gt>
+
+Saves only the packets whose timestamp is on or after start time.
+The time is given in the following format YYYY-MM-DD HH:MM:SS
+
+=item -B E<lt>stop timeE<gt>
+
+Saves only the packets whose timestamp is on or before stop time.
+The time is given in the following format YYYY-MM-DD HH:MM:SS
+
=item -h
Prints the version and options and exits.