From 8efd42c4aa708e53bcb383e79c535137d6d0cade Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Mon, 27 Mar 2017 14:55:05 +0200 Subject: Reflect new default value of snaplen in man pages. Default value for snaplen is defined in wiretap/wtap.h: #define WTAP_MAX_PACKET_SIZE 262144 and used in capture_opts.c: capture_opts->default_options.snaplen = WTAP_MAX_PACKET_SIZE; but help and man pages don't reflect this change. Change-Id: I35ddf1e8b7ffd657f4e01b3fe6b4c44c9acece2b Reviewed-on: https://code.wireshark.org/review/20738 Reviewed-by: Pascal Quantin Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- doc/tshark.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tshark.pod') diff --git a/doc/tshark.pod b/doc/tshark.pod index 5d79a57952..817170f183 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -696,7 +696,7 @@ applied. Set the default snapshot length to use when capturing live data. No more than I 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. -- cgit v1.2.3