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