Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move private header files to <netlink-private/*> | Thomas Graf | 2013-01-24 | 1 | -3/+3 |
| | | | | | | | This clarifies the seperation between public and private header files. Signed-off-by: Thomas Graf <tgraf@suug.ch> | ||||
* | Support for meta match | Thomas Graf | 2010-10-31 | 1 | -1/+55 |
| | | | | | Syntax: meta(pktlen > 768) | ||||
* | text ematch support | Thomas Graf | 2010-10-29 | 1 | -0/+3 |
| | |||||
* | Tons of ematch work | Thomas Graf | 2010-10-28 | 1 | -0/+105 |
- 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) |