Merge pull request #1256 from 0xbsec/reject_unless_equal

Add support for rejection rule _N
This commit is contained in:
Jens Steube
2017-05-20 11:24:38 +02:00
committed by GitHub
5 changed files with 21 additions and 0 deletions
+1
View File
@@ -286,6 +286,7 @@ typedef enum rule_functions
RULE_OP_REJECT_LESS = '<',
RULE_OP_REJECT_GREATER = '>',
RULE_OP_REJECT_EQUAL = '_',
RULE_OP_REJECT_CONTAIN = '!',
RULE_OP_REJECT_NOT_CONTAIN = '/',
RULE_OP_REJECT_EQUAL_FIRST = '(',