Update the text of dumpcap -h, default buffer size should be 2 MB.

svn path=/trunk/; revision=47935
This commit is contained in:
Anders Broman 2013-02-28 06:37:41 +00:00
parent 2f47e63a88
commit 1a4fb17e13
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ print_usage(gboolean print_ver)
fprintf(output, " -I capture in monitor mode, if available\n");
#endif
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
fprintf(output, " -B <buffer size> size of kernel buffer (def: 1MB)\n");
fprintf(output, " -B <buffer size> size of kernel buffer in MB (def: 2MB)\n");
#endif
fprintf(output, " -y <link type> link layer type (def: first appropriate)\n");
fprintf(output, " -D print list of interfaces and exit\n");