Default capture buffer size is now 2MB. (See also r47920 and r47937)
authorChris Maynard <Christopher.Maynard@GTECH.COM>
Tue, 5 Mar 2013 02:09:37 +0000 (02:09 -0000)
committerChris Maynard <Christopher.Maynard@GTECH.COM>
Tue, 5 Mar 2013 02:09:37 +0000 (02:09 -0000)
svn path=/trunk/; revision=48081

tshark.c
ui/gtk/main.c
ui/qt/main.cpp

index e379b8634613a12c757204dd469040d2de97d9fe..4a4e1f6e04a2bd44861a10bc383f28127c2e06fe 100644 (file)
--- a/tshark.c
+++ b/tshark.c
@@ -257,7 +257,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 (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");
index eca6c4bf1917a1d16bc839f55c1a06e1fbf6fe5d..0483e51f41d3a6292ca28827b8544c2f18f7bed5 100644 (file)
@@ -1161,7 +1161,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 (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");
index 081b34bebe10c2ee43ff13b9ce9beddd8b1745cb..ffa548eb7e5208b00cd9f1fa901a8a81832ffb20 100644 (file)
@@ -227,7 +227,7 @@ print_usage(gboolean print_ver) {
     fprintf(output, "  -S                       update packet display when new packets are captured\n");
     fprintf(output, "  -l                       turn on automatic scrolling while -S is in use\n");
 #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 (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");