lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 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. |
| 14 | |