suricata
FlowVarThreshold_ Struct Reference
Collaboration diagram for FlowVarThreshold_:

Data Fields

uint8_t type
 
uint8_t pad [7]
 
struct GenericVar_next
 
FlowThresholdEntryListthresholds
 

Detailed Description

struct for storing per flow thresholds. This will be stored in the Flow::flowvar list, so it needs to follow the GenericVar header format.

Definition at line 526 of file detect-engine-threshold.c.

Field Documentation

◆ next

struct GenericVar_* FlowVarThreshold_::next

Definition at line 529 of file detect-engine-threshold.c.

◆ pad

uint8_t FlowVarThreshold_::pad[7]

Definition at line 528 of file detect-engine-threshold.c.

◆ thresholds

FlowThresholdEntryList* FlowVarThreshold_::thresholds

Definition at line 530 of file detect-engine-threshold.c.

◆ type

uint8_t FlowVarThreshold_::type

Definition at line 527 of file detect-engine-threshold.c.


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