~csurbhi/ubuntu/maverick/iptables/iptable-fix.600195

« back to all changes in this revision

Viewing changes to iptables/extensions/libipt_string.man

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-24 15:06:04 UTC
  • mfrom: (5.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624150604-5t7r1o1kxq0ycz81
Tags: 1.4.0-4ubuntu1
* Merge from debian unstable, remaining changes:
  - Took references to 2.4 kernel out of doc-base control files (Jordan
    Mantha, Malone #25972) (patches/all/091-fix-2.4-references.patch)
  - Use linux-libc-dev instead of local copy of kernel-headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This modules matches a given string by using some pattern matching strategy. It requires a linux kernel >= 2.6.14.
2
 
.TP
3
 
.BI "--algo  " "bm|kmp"
4
 
Select the pattern matching strategy. (bm = Boyer-Moore, kmp = Knuth-Pratt-Morris)
5
 
.TP
6
 
.BI "--from " "offset"
7
 
Set the offset from which it starts looking for any matching. If not passed, default is 0.
8
 
.TP
9
 
.BI "--to " "offset"
10
 
Set the offset from which it starts looking for any matching. If not passed, default is the packet size.
11
 
.TP
12
 
.BI "--string " "pattern"
13
 
Matches the given pattern.
14
 
.BI "--hex-string " "pattern"
15
 
Matches the given pattern in hex notation.