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 931 of file detect-flowbits.c.
uint32_t PrefilterFlowbit::id |
flowbit id
Definition at line 932 of file detect-flowbits.c.
uint32_t* PrefilterFlowbit::rule_id |
array of signature iid that are part of this prefilter
Definition at line 935 of file detect-flowbits.c.
uint32_t PrefilterFlowbit::rule_id_cnt |
usage in elements of rule_id
Definition at line 934 of file detect-flowbits.c.
uint32_t PrefilterFlowbit::rule_id_size |
size in elements of rule_id
Definition at line 933 of file detect-flowbits.c.