commit | d7a561a1372f819efc8cede30dc550d8e3afcc28 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Fri Oct 29 00:20:42 2010 +0200 |
committer | Thomas Graf <tgraf@suug.ch> | Fri Oct 29 00:20:42 2010 +0200 |
tree | da9fefa62f5ffdca82fa374ebe0b207202719410 | |
parent | e1eacd6b16b014eb42bcf6683ebe2334c3a35c68 [diff] |
Tons of ematch work - Fixes a bunch of bugs related to ematches - Adds support for the nbyte ematch - Adds a bison/flex parser for ematch expressions, expressions may look like this: ip.length > 256 && pattern(ip6.src = 3ffe::/16) documenation on syntax follows - adds ematch support to the basic classifier (--ematch EXPR)