summaryrefslogtreecommitdiff
path: root/usr.sbin/ipmon/ipmon.8
diff options
context:
space:
mode:
authorpattonme <pattonme@cvs.openbsd.org>1998-09-15 10:01:40 +0000
committerpattonme <pattonme@cvs.openbsd.org>1998-09-15 10:01:40 +0000
commitc0f676e69bfd829b82362fc6d313182c34d70937 (patch)
treef012a881bae630e0718d7c71179d7c5ed25739bb /usr.sbin/ipmon/ipmon.8
parentb839d88dbd62e795e3f5c5c0ec526cd5774737ea (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/ipmon/ipmon.8')
-rw-r--r--usr.sbin/ipmon/ipmon.820
1 files changed, 11 insertions, 9 deletions
diff --git a/usr.sbin/ipmon/ipmon.8 b/usr.sbin/ipmon/ipmon.8
index 7db99255734..19be04298f7 100644
--- a/usr.sbin/ipmon/ipmon.8
+++ b/usr.sbin/ipmon/ipmon.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipmon.8,v 1.4 1998/01/26 04:16:46 dgregor Exp $
+.\" $OpenBSD: ipmon.8,v 1.5 1998/09/15 10:01:39 pattonme Exp $
.TH ipmon 8
.SH NAME
ipmon \- monitors /dev/ipl for logged packets
@@ -50,9 +50,6 @@ Set the logfile to be opened for reading NAT log records from to <device>.
IP addresses and port numbers will be mapped, where possible, back into
hostnames and service names.
.TP
-.B "\-N <device>"
-Set the logfile to be opened for reading NAT log records from to <device>.
-.TP
.B \-o
Specify which log files to actually read data from. N - NAT logfile,
S - State logfile, I - normal IP Filter logfile. The \fB-a\fP option is
@@ -66,10 +63,6 @@ as for \fB-o\fP.
.B \-s
Packet information read in will be sent through syslogd rather than
saved to a file. The following levels are used:
-.TP
-.B "\-S <device>"
-Set the logfile to be opened for reading state log records from to <device>.
-.TP
.IP
.B LOG_INFO
\- packets logged using the "log" keyword as the action rather
@@ -88,6 +81,9 @@ than pass or block.
.B \-S
Treat the logfile as being composed of state log records.
.TP
+.B "\-S <device>"
+Set the logfile to be opened for reading state log records from to <device>.
+.IP
.B \-t
read the input file/device in a manner akin to tail(1).
.TP
@@ -102,6 +98,12 @@ saved and will abort if it fails an assertion which detects an anomaly in the
recorded data.
.SH FILES
/dev/ipl
+.br
+/dev/ipnat
+.br
+/dev/ipstate
.SH SEE ALSO
-ipf(8), ipfstat(8)
+ipf(1), ipftest(1), ipnat(1), ipf(4), ipl(4), ipnat(4), ipf(5), ipnat(5), ipfstat(8)
+.br
+http://coombs.anu.edu.au/ipfilter/
.SH BUGS