summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/man/ipscan.8
blob: 958c4561073698085c22876c4633efdad17426db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.TH IPSCAN 8
.SH NAME
ipscan \- user interface to the IPFilter content scanning
.SH SYNOPSIS
.B ipscan
[
.B \-dlnrsv
] [
]
.B \-f <\fIfilename\fP>
.SH DESCRIPTION
.PP
\fBipscan\fP opens the filename given (treating "\-" as stdin) and parses the
file to build up a content scanning configuration to load into the kernel.
Currently only the first 16 bytes of a connection can be compared.
.SH OPTIONS
.TP
.B \-d
Toggle debugging of processing the configuration file.
.TP
.B \-l
Show the list of currently configured content scanning entries.
.TP
.B \-n
This flag (no-change) prevents \fBipscan\fP from actually making any ioctl
calls or doing anything which would alter the currently running kernel.
.TP
.B \-r
Remove commands from kernel configuration as they are read from the
configuration file rather than adding new ones.
.TP
.B \-s
Retrieve and display content scanning statistics
.TP
.B \-v
Turn verbose mode on.
.DT
.SH FILES
/dev/ipscan
/etc/ipscan.conf
.SH SEE ALSO
ipscan(5), ipf(8)
OpenPOWER on IntegriCloud