diff options
author | 2006-11-19 22:30:24 +0000 | |
---|---|---|
committer | 2006-11-19 22:30:24 +0000 | |
commit | 5540509af1c0452c97abad820ef8d659e605d984 (patch) | |
tree | 8245a33964b4d253692ac9460baceb76eab4be0b | |
parent | typo; from bret lambert (diff) | |
download | wireguard-openbsd-5540509af1c0452c97abad820ef8d659e605d984.tar.xz wireguard-openbsd-5540509af1c0452c97abad820ef8d659e605d984.zip |
Default snaplen has been 116 for a while now.
-rw-r--r-- | sbin/pflogd/pflogd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index 457f2bcb137..f3db474523d 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.29 2006/10/26 13:34:47 jmc Exp $ +.\" $OpenBSD: pflogd.8,v 1.30 2006/11/19 22:30:24 joel Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -115,8 +115,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 96. -The default of 96 is adequate for IP, ICMP, TCP, and UDP headers but may +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 truncate protocol information for other protocols. Other file parsers may desire a higher snaplen. .It Fl x |