suricata
|
#include <detect-flowbits.h>
Data Fields | |
uint32_t | idx |
uint8_t | cmd |
uint8_t | or_list_size |
bool | post_rule_match_prefilter |
uint32_t * | or_list |
Definition at line 35 of file detect-flowbits.h.
uint8_t DetectFlowbitsData_::cmd |
Definition at line 37 of file detect-flowbits.h.
Referenced by DetectFlowbitMatch().
uint32_t DetectFlowbitsData_::idx |
Definition at line 36 of file detect-flowbits.h.
Referenced by DetectFlowbitFree().
uint32_t* DetectFlowbitsData_::or_list |
Definition at line 42 of file detect-flowbits.h.
Referenced by DetectFlowbitFree().
uint8_t DetectFlowbitsData_::or_list_size |
Definition at line 38 of file detect-flowbits.h.
Referenced by DetectFlowbitFree().
bool DetectFlowbitsData_::post_rule_match_prefilter |
Flag to trigger post rule match prefilter following a 'set' match. set/toggle command should trigger post-rule-match "prefilter"
Definition at line 40 of file detect-flowbits.h.