diff options
author | Joel Knight <joel@cvs.openbsd.org> | 2006-11-19 22:30:25 +0000 |
---|---|---|
committer | Joel Knight <joel@cvs.openbsd.org> | 2006-11-19 22:30:25 +0000 |
commit | 46a8859c022cbcb1a2a18f7d9425dca56290c05d (patch) | |
tree | fbbe3276fec686d8fbdee1431ee57f14dcbbd1d0 /sbin/pflogd | |
parent | 6e79f8404b134d65688057686c54fac263e8dad5 (diff) |
Default snaplen has been 116 for a while now.
Diffstat (limited to 'sbin/pflogd')
-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 |