suricata
|
Data Fields | |
uint32_t | id |
uint32_t | rule_id_size |
uint32_t | rule_id_cnt |
uint32_t * | rule_id |
core flowbit data structure: map a flowbit id to the signatures that need inspecting after it is found. Part of a rb-tree.
Definition at line 926 of file detect-flowbits.c.
uint32_t PrefilterFlowbit::id |
flowbit id
Definition at line 927 of file detect-flowbits.c.
uint32_t* PrefilterFlowbit::rule_id |
array of signature iid that are part of this prefilter
Definition at line 930 of file detect-flowbits.c.
uint32_t PrefilterFlowbit::rule_id_cnt |
usage in elements of rule_id
Definition at line 929 of file detect-flowbits.c.
uint32_t PrefilterFlowbit::rule_id_size |
size in elements of rule_id
Definition at line 928 of file detect-flowbits.c.