Add support for rule position 'p' in host mode

This commit is contained in:
mhasbini
2017-05-14 18:50:45 +03:00
parent b924901bb0
commit be0dec621a
4 changed files with 34 additions and 4 deletions
+1
View File
@@ -293,6 +293,7 @@ typedef enum rule_functions
RULE_OP_REJECT_EQUAL_AT = '=',
RULE_OP_REJECT_CONTAINS = '%',
RULE_OP_REJECT_MEMORY = 'Q',
RULE_LAST_REJECTED_SAVED_POS = 'p',
RULE_OP_MANGLE_SWITCH_FIRST = 'k',
RULE_OP_MANGLE_SWITCH_LAST = 'K',