From 927fabd0e508a16636310f0f22e5ba35b36fb709 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 12 May 2009 16:24:57 +0000 Subject: Update man pages; Add several missing options; Fix typos, Do minor rewording; editcap: Add description of -i option; dumpcap: Add description of -S option; svn path=/trunk/; revision=28336 --- doc/editcap.pod | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'doc/editcap.pod') diff --git a/doc/editcap.pod b/doc/editcap.pod index 7cff92a2e4..c25f03eb6c 100644 --- a/doc/editcap.pod +++ b/doc/editcap.pod @@ -13,6 +13,7 @@ S<[ B<-F> Efile formatE ]> S<[ B<-A> Estart timeE ]> S<[ B<-B> Estop timeE ]> S<[ B<-h> ]> +S<[ B<-i> Eseconds per fileE ]> S<[ B<-r> ]> S<[ B<-s> EsnaplenE ]> S<[ B<-t> Etime adjustmentE ]> @@ -62,7 +63,7 @@ the same way B handles this. B can write the file in several output formats. The B<-F> flag can be used to specify the format in which to write the capture -file, B provides a list of the available output formats. +file; B provides a list of the available output formats. =head1 OPTIONS @@ -70,9 +71,10 @@ file, B provides a list of the available output formats. =item -c Epackets per fileE -Sets the maximum number of packets per output file. Each output file will +Splits the packet output to different files based on uniform packet counts +with a maximum of each. Each output file will be created with a suffix -nnnnn, starting with 00000. If the specified -number of packets are written to the output file, the next output file is +number of packets is written to the output file, the next output file is opened. The default is to use a single output file. =item -C EchoplenE @@ -111,7 +113,7 @@ result in very long processing times for B. Attempts to remove duplicate packets. The current packet's arrival time is compared with up to 1000000 previous packets. If the packet's relative -arrival time is I the of a previous packet +arrival time is I the of a previous packet and the packet length and MD5 hash of the current packet are the same then the packet to skipped. The duplicate comparison test stops when the current packet's relative arrival time is greater than . @@ -159,6 +161,14 @@ The time is given in the following format YYYY-MM-DD HH:MM:SS Prints the version and options and exits. +=item -i Eseconds per fileE + +Splits the packet output to different files based on uniform time intervals +using a maximum interval of each. Each output file will +be created with a suffix -nnnnn, starting with 00000. If packets for the specified +time interval are written to the output file, the next output file is +opened. The default is to use a single output file. + =item -r Reverse the packet selection. @@ -265,10 +275,6 @@ To remove duplicate packets seen within the prior 100 frames use: editcap -D 101 capture.pcap dedup.pcap -To remove duplicate packets seen I 1/10th of a second: - - editcap -w 0.1 capture.pcap dedup.pcap - To remove duplicate packets seen I 1/10th of a second: editcap -w 0.1 capture.pcap dedup.pcap -- cgit v1.2.1