Home
last modified time | relevance | path

Searched refs:UpdateDecodeRulesArray (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort/snort-2.9.18/src/
H A Ddecode.h2011 extern void UpdateDecodeRulesArray(uint32_t sid, int bOn, int bAll);
H A Dparser.c3340 UpdateDecodeRulesArray(otn->sigInfo.id, ENABLE_RULE, ENABLE_ONE_RULE); in ParseRuleOptions()
6287 UpdateDecodeRulesArray(0, ENABLE_RULE, ENABLE_ALL_RULES); in ConfigAutogenPreprocDecoderRules()
H A Ddecode.c606 void UpdateDecodeRulesArray(uint32_t sid, int value, int all_rules) in UpdateDecodeRulesArray() function