aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark.pod.template
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-28 13:59:47 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-28 13:59:47 +0000
commit018ba4ea6584f63aa5c4b741c2e6f6fedc609ad2 (patch)
tree1d09c0b211cd38353bdff40ba24edd62d2d45946 /doc/wireshark.pod.template
parent7adefca1bb9d57c782cb526a4f00e271ec79875c (diff)
Default capture buffer size is now 2MB.
svn path=/trunk/; revision=47937
Diffstat (limited to 'doc/wireshark.pod.template')
-rw-r--r--doc/wireshark.pod.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index fa3a8dadac..f552fec87a 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -270,11 +270,11 @@ of size one megabyte.
=item -B E<lt>capture buffer sizeE<gt>
-Set capture buffer size (in MB, default is 1MB). This is used by the
+Set capture buffer size (in MB, default is 2MB). This is used by the
the capture driver to buffer packet data until that data can be written
to disk. If you encounter packet drops while capturing, try to increase
this size. Note that, while B<Wireshark> attempts to set the buffer size
-to 1MB by default, and can be told to set it to a larger value, the
+to 2MB by default, and can be told to set it to a larger value, the
system or interface on which you're capturing might silently limit the
capture buffer size to a lower value or raise it to a higher value.