File: string.ferm

package info (click to toggle)
ferm 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,140 kB
  • sloc: perl: 2,839; sh: 126; makefile: 120
file content (4 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (4)
1
2
3
4
table filter chain INPUT {
    mod string string "foo bar" ACCEPT;
    mod string algo kmp from 64 to 128 hex-string "deadbeef" ACCEPT;
}