Add xt_length2

xt_length2 provides exact layer-4,-5 and -7 length matching
besides the preexisting layer-3 length match.
This commit is contained in:
Jan Engelhardt
2009-01-29 15:33:32 +01:00
parent 85cab10371
commit 7cdfc0ac3d
7 changed files with 478 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ obj-${build_fuzzy} += xt_fuzzy.o
obj-${build_geoip} += xt_geoip.o
obj-${build_ipp2p} += xt_ipp2p.o
obj-${build_ipset} += ipset/
obj-${build_length2} += xt_length2.o
obj-${build_portscan} += xt_portscan.o
obj-${build_quota2} += xt_quota2.o