Home
last modified time | relevance | path

Searched refs:RULE_OPTION_TYPE_ASN1 (Results 1 – 4 of 4) sorted by relevance

/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Dsp_asn1.c119 b += RULE_OPTION_TYPE_ASN1; in Asn1Hash()
322 …if (add_detection_option(sc, RULE_OPTION_TYPE_ASN1, (void *)asn1, &ds_ptr_dup) == DETECTION_OPTION… in Asn1Init()
331 ofl->type = RULE_OPTION_TYPE_ASN1; in Asn1Init()
H A Ddetection_options.c123 case RULE_OPTION_TYPE_ASN1: in detection_option_hash_func()
286 case RULE_OPTION_TYPE_ASN1: in detection_option_key_compare_func()
431 case RULE_OPTION_TYPE_ASN1: in detection_hash_free_func()
1115 case RULE_OPTION_TYPE_ASN1: in detection_option_node_evaluate()
/dports/security/snort/snort-2.9.18/src/
H A Drule_option_types.h27 RULE_OPTION_TYPE_ASN1, enumerator
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_convert_dynamic.c698 … if (add_detection_option(sc, RULE_OPTION_TYPE_ASN1, (void *)asn1, &dup) == DETECTION_OPTION_EQUAL) in ConvertAsn1Option()
706 fpl->type = RULE_OPTION_TYPE_ASN1; in ConvertAsn1Option()