Adds transformation functions stub

Added stub for all transformations functions supported on
ModSecurity 2.9
This commit is contained in:
Felipe Zimmerle
2015-06-26 17:32:21 -03:00
parent 95cb4c56ab
commit 721f951154
139 changed files with 3528 additions and 23 deletions

View File

@@ -25,6 +25,10 @@
#include "actions/rule_id.h"
#include "actions/phase.h"
#define IF_MATCH(a) \
if (op.compare(1, std::strlen(#a), #a) == 0)
namespace ModSecurity {
namespace actions {