diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-10-12 10:33:30 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-10-12 10:33:30 +0000 |
commit | a4f597f694e79605f59adeb9f1a57c5c2b939b0a (patch) | |
tree | 8728f5b731c114c2d84c3f5399cc5a4d7933b83a | |
parent | 1000619d5c878b666a9d2ca0f084116e0db82287 (diff) |
default snaplen is 160 these days
From: giovanni <qgiovanni at gmail dot com>
-rw-r--r-- | sbin/pflogd/pflogd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index c736061a730..f98a61457b6 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.42 2011/05/06 18:30:43 jmc Exp $ +.\" $OpenBSD: pflogd.8,v 1.43 2011/10/12 10:33:29 henning Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 6 2011 $ +.Dd $Mdocdate: October 12 2011 $ .Dt PFLOGD 8 .Os .Sh NAME @@ -126,8 +126,8 @@ will use .It Fl s Ar snaplen Analyze at most the first .Ar snaplen -bytes of data from each packet rather than the default of 116. -The default of 116 is adequate for IP, ICMP, TCP, and UDP headers but may +bytes of data from each packet rather than the default of 160. +The default of 160 is adequate for IP, ICMP, TCP, and UDP headers but may truncate protocol information for other protocols. Other file parsers may desire a higher snaplen. .It Fl x |