suricata
|
#include <detect.h>
Data Fields | |
int | sm_type |
uint32_t | value |
Stores a single u32 for a rule match of the type sm_type
. Used by flowbits prefilter to register DETECT_FLOWBITS,<flowbit id> for post match handling.
int PostRuleMatchWorkQueueItem::sm_type |
sigmatch type e.g. DETECT_FLOWBITS
Definition at line 1179 of file detect.h.
Referenced by PostRuleMatchWorkQueueAppend().
uint32_t PostRuleMatchWorkQueueItem::value |
value to be interpreted by the sm_type implementation. E.g. flowbit id.
Definition at line 1180 of file detect.h.
Referenced by PostRuleMatchWorkQueueAppend().