summaryrefslogtreecommitdiff
path: root/tshark.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-23 07:48:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-23 07:48:53 +0000
commite553c70fe84d96edbe4b402d11e6db60b6965610 (patch)
tree2df89daccc3f62421ac82ef6b6290edd3e6eecac /tshark.c
parentef2bf47e321bbd034e0fbd535340a5f11b0d1312 (diff)
downloadwireshark-e553c70fe84d96edbe4b402d11e6db60b6965610.tar.gz
From Michael Mann:
help page update (pcapng is now the default file format). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6551 svn path=/trunk/; revision=40658
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index f2bd7bf5d2..3419f5e5c4 100644
--- a/tshark.c
+++ b/tshark.c
@@ -291,7 +291,7 @@ print_usage(gboolean print_ver)
fprintf(output, " -w <outfile|-> write packets to a pcap-format file named \"outfile\"\n");
fprintf(output, " (or to the standard output for \"-\")\n");
fprintf(output, " -C <config profile> start with specified configuration profile\n");
- fprintf(output, " -F <output file type> set the output file type, default is libpcap\n");
+ fprintf(output, " -F <output file type> set the output file type, default is pcapng\n");
fprintf(output, " an empty \"-F\" option will list the file types\n");
fprintf(output, " -V add output of packet tree (Packet Details)\n");
fprintf(output, " -O <protocols> Only show packet details of these protocols, comma\n");