summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2011-10-12 10:33:29 +0000
committerhenning <henning@openbsd.org>2011-10-12 10:33:29 +0000
commit3dad886dd14fa2a3197092c1cbe1c3a8d6458201 (patch)
tree03135303ef38facf3286a99052ad8f8dbc1a9b07
parentSimplify and improve the way options are parsed and remove ~300 lines (diff)
downloadwireguard-openbsd-3dad886dd14fa2a3197092c1cbe1c3a8d6458201.tar.xz
wireguard-openbsd-3dad886dd14fa2a3197092c1cbe1c3a8d6458201.zip
default snaplen is 160 these days
From: giovanni <qgiovanni at gmail dot com>
-rw-r--r--sbin/pflogd/pflogd.88
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