Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / iptables / extensions / libipt_layer7.man
blob83a8c53a08fbf4920714ca473fa3386a2feebcc7
1 This module matches packets based on the application layer data of 
2 their connections.  It uses regular expression matching to compare 
3 the application layer data to regular expressions found it the layer7 
4 configuration files.  This is an experimental module which can be found at 
5 http://l7-filter.sf.net.  It takes two options.
6 .TP
7 .BI "--l7proto " "\fIprotocol\fP"
8 Match the specified protocol.  The protocol name must match a file 
9 name in /etc/l7-protocols/ or one of its first-level child directories.
10 .TP
11 .BI "--l7dir " "\fIdirectory\fP"
12 Use \fIdirectory\fP instead of /etc/l7-protocols/.  This option must be 
13 specified before --l7proto.