Home
last modified time | relevance | path

Searched refs:tmp_byte_extract_vars (Results 1 – 2 of 2) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Ddetection_options.cc364 uint32_t tmp_byte_extract_vars[NUM_IPS_OPTIONS_VARS]; in detection_option_node_evaluate() local
555 GetVarValueByIndex(&(tmp_byte_extract_vars[i]), (int8_t)i); in detection_option_node_evaluate()
565 safe_snprintf(var_buf, sizeof(var_buf), "var[%d]=%d ", i, tmp_byte_extract_vars[i]); in detection_option_node_evaluate()
590 SetVarValueByIndex(tmp_byte_extract_vars[j], (int8_t)j); in detection_option_node_evaluate()
/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Ddetection_options.c896 uint32_t tmp_byte_extract_vars[NUM_BYTE_EXTRACT_VARS]; in detection_option_node_evaluate() local
1195 GetByteExtractValue(&(tmp_byte_extract_vars[i]), (int8_t)i); in detection_option_node_evaluate()
1239 SetByteExtractValue(tmp_byte_extract_vars[j], (int8_t)j); in detection_option_node_evaluate()