suricata
PrefilterFlowbit Struct Reference

Data Fields

uint32_t id
 
uint32_t rule_id_size
 
uint32_t rule_id_cnt
 
uint32_t * rule_id
 

Detailed Description

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.

Field Documentation

◆ id

uint32_t PrefilterFlowbit::id

flowbit id

Definition at line 927 of file detect-flowbits.c.

◆ rule_id

uint32_t* PrefilterFlowbit::rule_id

array of signature iid that are part of this prefilter

Definition at line 930 of file detect-flowbits.c.

◆ rule_id_cnt

uint32_t PrefilterFlowbit::rule_id_cnt

usage in elements of rule_id

Definition at line 929 of file detect-flowbits.c.

◆ rule_id_size

uint32_t PrefilterFlowbit::rule_id_size

size in elements of rule_id

Definition at line 928 of file detect-flowbits.c.


The documentation for this struct was generated from the following file: