summaryrefslogtreecommitdiff
path: root/doc/dumpcap.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dumpcap.pod')
-rw-r--r--doc/dumpcap.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod
index 67b20eecc5..5753f99075 100644
--- a/doc/dumpcap.pod
+++ b/doc/dumpcap.pod
@@ -304,7 +304,7 @@ have to explicitly set it to use it).
Set the default snapshot length to use when capturing live data.
No more than I<snaplen> bytes of each network packet will be read into
memory, or saved to disk. A value of 0 specifies a snapshot length of
-65535, so that the full packet is captured; this is the default.
+262144, so that the full packet is captured; this is the default.
This option can occur multiple times. If used before the first
occurrence of the B<-i> option, it sets the default snapshot length.