aboutsummaryrefslogtreecommitdiffstats
path: root/doc/capinfos.pod
AgeCommit message (Collapse)AuthorFilesLines
2014-09-17Update the doc directory to use https://www.wireshark.org.Gerald Combs1-3/+3
Change-Id: I9bfc57cb6b6ab6962b80ff58d98eb351d6f69829 Reviewed-on: https://code.wireshark.org/review/4140 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss1-0/+5
In some cases "-v" was already used so "-V" is the option. Note that the version information in these utilities is much shorter than what is presented by the big programs. As requested by https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5804 Bug: 5804 Change-Id: I35db35a4eace2797afd895f9be7322ef39928480 Reviewed-on: https://code.wireshark.org/review/2489 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2013-05-20If tcpdump doesn't exist, why refer to it? Omit this confusing phrase.Chris Maynard1-1/+1
svn path=/trunk/; revision=49427
2013-04-13list the new option -k in the capinfos manpageMartin Kaiser1-0/+5
svn path=/trunk/; revision=48838
2013-02-26Print human-readable statistics by default. Raw values can be printedGerald Combs1-0/+7
using "-M". Based on a suggestion by Hansang Bae. svn path=/trunk/; revision=47900
2012-03-15Sort the options.Chris Maynard1-6/+6
svn path=/trunk/; revision=41565
2012-02-03The libpcap puts pcap-filter into the misc section (which seems to be 7).Jörg Mayer1-2/+2
Refer to pcap-filter and mention tcpdump only as a fallback. svn path=/trunk/; revision=40820
2011-04-06IMHO capinfos, when finished processing, should exit with an error statusBill Meier1-81/+83
if an error occurred while processing. E.G.,: For the default (no -C option): 'capinfos invalid.xxx' or 'capinfos a.pcap invalid.xxx c.pcap' should exit with an error status (after processing all the input args) if there is an error for invalid.xxx. With this fix, I expect fuzz-test.sh (and list_protos_in_cap.sh and presumably other scripts) will work a bit more as as expected. svn path=/trunk/; revision=36487
2010-11-09Fixed typos.Chris Maynard1-1/+1
svn path=/trunk/; revision=34816
2010-06-02From Jim Young via bug 4049:Gerald Combs1-0/+7
This patch adds a new '-o' option to capinfos (enabled by default) to report if the packets within a particular capture file are in strict chronological time order or not. svn path=/trunk/; revision=33041
2010-05-03Update capinfos man page.Bill Meier1-0/+7
svn path=/trunk/; revision=32653
2010-02-17Add an option to capinfos to print start and end times as seconds, whichGerald Combs1-110/+116
makes time-shifting using editcap easier. Sort the flags in the capinfos man page alphabetically to match the other man pages. Add a time-shifting example to the mergecap man page. svn path=/trunk/; revision=31905
2009-12-28Remove repeated blank lines which caused the pod processor to not recognize ↵Bill Meier1-4/+0
the following pod directive. svn path=/trunk/; revision=31371
2009-12-07Add SHA1, RMD160, and MD5 hashes to capinfos.Gerald Combs1-2/+8
svn path=/trunk/; revision=31191
2009-11-13From Jim Young:Jaap Keuter1-6/+185
The ability to continue processing additional files if and when wtap_open_offline() should fail. A new -C option reverts to capinfos' original behavior which is to cancel any further file processing at first file open failure. Change the behavior of how the default display of all infos is initiated. This gets rid of a special post getopt() argument count test. Add new table output format (with related options). This feature allows outputting the various infos into a tab delimited text file, or to a comma separated variables file (*.csv) instead of the original "long" format. svn path=/trunk/; revision=30956
2009-05-12SYNOPSYS --> SYNOPSISBill Meier1-1/+1
svn path=/trunk/; revision=28338
2009-05-12Update man pages; Add several missing options; Fix typos, Do minor rewording; Bill Meier1-4/+4
editcap: Add description of -i option; dumpcap: Add description of -S option; svn path=/trunk/; revision=28336
2008-04-14From Andrew Feren (bug 2462):Stig Bjørlykke1-0/+5
Patch to print packet rate. From me: Document -x option in man page. svn path=/trunk/; revision=25024
2007-09-26Add the -E (encapsulation) flag.Gerald Combs1-4/+9
svn path=/trunk/; revision=22987
2006-08-10Add some programs to 'see also'Jörg Mayer1-1/+2
svn path=/trunk/; revision=18867
2006-07-10Remove the numeric component in man page links.Gerald Combs1-1/+1
svn path=/trunk/; revision=18698
2006-07-09Use L<> on all links.Guy Harris1-7/+8
Don't use anything on man page references - pod2man handles that. Don't refer to "the capture file format section" of the Wireshark man page, as there's no section explicitly labelled as such; just refer to the beginning of the DESCRIPTION section. svn path=/trunk/; revision=18694
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-8/+8
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
svn path=/trunk/; revision=18268
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18207
2006-01-11instead of repeating the capture file format description over and over again ↵Ulf Lamping1-1/+1
(this list also tends to become outdated), just give a small description and refer to the Ethereal man page svn path=/trunk/; revision=16997
2006-01-11same command line related changes as recently done with editcapUlf Lamping1-97/+17
svn path=/trunk/; revision=16996
2005-01-03Let capinfos print statistics for more than one file. NormalizeGerald Combs1-3/+5
capitalization. svn path=/trunk/; revision=12945
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping1-0/+206
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358