aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2017-01-08 21:04:22 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2017-01-24 01:52:49 +0200
commit29f66aa1ee7c2bf93cc128ecd891ba01c313a310 (patch)
treea249de88c131878f3bedc44715ae048af1daf99f /README.md
parentadc33e7957e337b31ed151efc29186ca6d8ec4ac (diff)
downloadawall-29f66aa1ee7c2bf93cc128ecd891ba01c313a310.tar.bz2
awall-29f66aa1ee7c2bf93cc128ecd891ba01c313a310.tar.xz
string match
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7369dd0..bba5fff 100644
--- a/README.md
+++ b/README.md
@@ -349,6 +349,25 @@ attributes:
order specified by <strong>args</strong>
</td>
</tr>
+ <tr>
+ <td><strong>string</strong></td>
+ <td>
+ String or object containing at least an attribute named
+ <strong>match</strong> and optionally one or more of the
+ following: <strong>algo</strong>, <strong>from</strong>, and
+ <strong>to</strong>.
+ </td>
+ <td>
+ Packet contains the given plain string or the one defined by
+ the <strong>match</strong> attribute. Attributes
+ <strong>from</strong> and <strong>to</strong> can be used to
+ constrain the search to the specific byte range of the
+ packet. The used algorithm may be selected using the
+ <strong>algo</strong> attribute. The allowed values are
+ <strong>bm</strong> for Boyer&ndash;Moore (default) and
+ <strong>kmp</strong> for Knuth&ndash;Pratt&ndash;Morris.
+ </td>
+ </tr>
</tbody>
</table>