|
suricata
|

Data Fields | |
| uint16_t | type |
| uint8_t | pad [6] |
| struct GenericVar_ * | next |
| FlowThresholdEntryList * | thresholds |
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.
| struct GenericVar_* FlowVarThreshold_::next |
Definition at line 529 of file detect-engine-threshold.c.
| uint8_t FlowVarThreshold_::pad[6] |
Definition at line 528 of file detect-engine-threshold.c.
| FlowThresholdEntryList* FlowVarThreshold_::thresholds |
Definition at line 530 of file detect-engine-threshold.c.
| uint16_t FlowVarThreshold_::type |
Definition at line 527 of file detect-engine-threshold.c.