suricata
PostRuleMatchWorkQueueItem Struct Reference

#include <detect.h>

Data Fields

int sm_type
 
uint32_t value
 

Detailed Description

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.

Definition at line 1178 of file detect.h.

Field Documentation

◆ sm_type

int PostRuleMatchWorkQueueItem::sm_type

sigmatch type e.g. DETECT_FLOWBITS

Definition at line 1179 of file detect.h.

Referenced by PostRuleMatchWorkQueueAppend().

◆ value

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().


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