Home
last modified time | relevance | path

Searched refs:RULE_OPTION_TYPE_PREPROCESSOR (Results 1 – 6 of 6) sorted by relevance

/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsp_preprocopt.c242 a += RULE_OPTION_TYPE_PREPROCESSOR; in PreprocessorRuleOptionHash()
342 if (add_detection_option(sc, RULE_OPTION_TYPE_PREPROCESSOR, in AddPreprocessorRuleOption()
348 fpl->type = RULE_OPTION_TYPE_PREPROCESSOR; in AddPreprocessorRuleOption()
H A Dsf_convert_dynamic.c279 if (add_detection_option(sc, RULE_OPTION_TYPE_PREPROCESSOR, in ConvertPreprocessorOption()
285 fpl->type = RULE_OPTION_TYPE_PREPROCESSOR; in ConvertPreprocessorOption()
/dports/security/snort/snort-2.9.18/src/
H A Drule_option_types.h71 RULE_OPTION_TYPE_PREPROCESSOR, enumerator
H A Dfpcreate.c1429 if (ofl->type == RULE_OPTION_TYPE_PREPROCESSOR) in GetPreprocOptPmdList()
/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Ddetection_options.c245 case RULE_OPTION_TYPE_PREPROCESSOR: in detection_option_hash_func()
408 case RULE_OPTION_TYPE_PREPROCESSOR: in detection_option_key_compare_func()
553 case RULE_OPTION_TYPE_PREPROCESSOR: in detection_hash_free_func()
1153 case RULE_OPTION_TYPE_PREPROCESSOR: in detection_option_node_evaluate()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/sdf/
H A Dsdf_detection_option.c182 if (tmp->type == RULE_OPTION_TYPE_PREPROCESSOR) in SDFOtnHandler()