Adds support to the variable DURATION

This commit is contained in:
Felipe Zimmerle
2015-07-14 19:39:32 -03:00
parent 33dff0f1bf
commit 27252bc801
6 changed files with 146 additions and 2 deletions

View File

@@ -94,6 +94,7 @@ libmodsecurity_la_SOURCES = \
rule.cc \
unique_id.cc \
variable.cc \
variable_duration.cc \
operators/operator.cc \
operators/detect_sqli.cc \
operators/detect_xss.cc \