Copy the (no longer Win32-specific) description of the -B option to the Wireshark...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 27 May 2010 19:13:26 +0000 (19:13 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 27 May 2010 19:13:26 +0000 (19:13 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33000 f5534014-38df-0310-8fa8-9805f1628bb7

doc/wireshark.pod.template

index b643332ac1ca351c6b4c65b1f9aaee02096bb726..9707311cd7ded32651afe03188f04de7c1c1625d 100644 (file)
@@ -238,11 +238,19 @@ option.
 Example: B<-b filesize:1024 -b files:5> results in a ring buffer of five files
 of size one megabyte.
 
 Example: B<-b filesize:1024 -b files:5> results in a ring buffer of five files
 of size one megabyte.
 
-=item -B  E<lt>capture buffer size (Win32 only)E<gt>
-
-Win32 only: set capture buffer size (in MB, default is 1MB). 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.
+=item -B  E<lt>capture buffer sizeE<gt>
+
+Set capture buffer size (in MB, default is 1MB).  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<Tshark> attempts to set the buffer size
+to 1MB 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.
+
+This is available on on UNIX systems with libpcap 1.0.0 or later and on
+Windows.  It is not available on UNIX systems with earlier versions of
+libpcap.
 
 =item -c  E<lt>capture packet countE<gt>
 
 
 =item -c  E<lt>capture packet countE<gt>