From 4df0714444023ab4e4174f398a7df38403722cb8 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Thu, 29 Nov 2007 04:42:05 +0000 Subject: Move libipt_string.man to libxt_string.man for ip6tables.8 --- extensions/libxt_string.man | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 extensions/libxt_string.man (limited to 'extensions/libxt_string.man') diff --git a/extensions/libxt_string.man b/extensions/libxt_string.man new file mode 100644 index 0000000..3f3e5b7 --- /dev/null +++ b/extensions/libxt_string.man @@ -0,0 +1,15 @@ +This modules matches a given string by using some pattern matching strategy. It requires a linux kernel >= 2.6.14. +.TP +.BI "--algo " "bm|kmp" +Select the pattern matching strategy. (bm = Boyer-Moore, kmp = Knuth-Pratt-Morris) +.TP +.BI "--from " "offset" +Set the offset from which it starts looking for any matching. If not passed, default is 0. +.TP +.BI "--to " "offset" +Set the offset from which it starts looking for any matching. If not passed, default is the packet size. +.TP +.BI "--string " "pattern" +Matches the given pattern. +.BI "--hex-string " "pattern" +Matches the given pattern in hex notation. -- cgit v1.2.3