aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-07 00:28:42 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-07 00:28:42 +0000
commit4c5b8c52771700820d71f8e108e4aebc59971762 (patch)
tree4e888e30329610477dd785da34adee25ed594227 /dumpcap.c
parent96f67d95178625dec971ab5ca16d24a0a4e8cb5f (diff)
Instead, say that the default is platform-dependent.
svn path=/trunk/; revision=32701
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 0cf4d155d4..668e43cca5 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -323,7 +323,7 @@ print_usage(gboolean print_ver) {
fprintf(output, " -s <snaplen> packet snapshot length (def: 65535)\n");
fprintf(output, " -p don't capture in promiscuous mode\n");
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
- fprintf(output, " -B <buffer size> size of kernel buffer\n");
+ fprintf(output, " -B <buffer size> size of kernel buffer (def: platform-dependent)\n");
#endif
fprintf(output, " -y <link type> link layer type (def: first appropriate)\n");
fprintf(output, " -D print list of interfaces and exit\n");