diff options
author | pattonme <pattonme@cvs.openbsd.org> | 1998-09-15 10:05:53 +0000 |
---|---|---|
committer | pattonme <pattonme@cvs.openbsd.org> | 1998-09-15 10:05:53 +0000 |
commit | 6afefb3a3fa727e36bf896a9638f23d65fc9e84e (patch) | |
tree | b9cddc59fc02c6fec18bdca069bd614d53e1944c /usr.sbin/ipftest/ipftest.1 | |
parent | c0f676e69bfd829b82362fc6d313182c34d70937 (diff) |
updated to v3.2.9 of Darren's codebase. His code reimplements variable
locking, replaces u_long's with u_32_t to properly handle 64bit archs.
Wrapped OpenBSD specific preprocessor logic.
Diffstat (limited to 'usr.sbin/ipftest/ipftest.1')
-rw-r--r-- | usr.sbin/ipftest/ipftest.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ipftest/ipftest.1 b/usr.sbin/ipftest/ipftest.1 index 6e22ab15299..4793f3ea777 100644 --- a/usr.sbin/ipftest/ipftest.1 +++ b/usr.sbin/ipftest/ipftest.1 @@ -1,5 +1,5 @@ -.\" $OpenBSD: ipftest.1,v 1.5 1998/01/26 04:16:39 dgregor Exp $ -.TH ipftest 8 +.\" $OpenBSD: ipftest.1,v 1.6 1998/09/15 10:05:51 pattonme Exp $ +.TH ipftest 1 .SH NAME ipftest \- test packet filter rules with arbitrary input. .SH SYNOPSIS @@ -122,7 +122,7 @@ Specify the filename from which to take input. Default is stdin. Specify the filename from which to read filter rules. .SH FILES .SH SEE ALSO -ipf(8), ipf(5), snoop(1m), tcpdump(8), etherfind(8c) +ipf(1), ipf(5), snoop(1m), tcpdump(8), etherfind(8c) .SH BUGS Not all of the input formats are sufficiently capable of introducing a wide enough variety of packets for them to be all useful in testing. |