|
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 730 of file detect-engine-threshold.c.
| struct GenericVar_* FlowVarThreshold_::next |
Definition at line 733 of file detect-engine-threshold.c.
| uint8_t FlowVarThreshold_::pad[6] |
Definition at line 732 of file detect-engine-threshold.c.
| FlowThresholdEntryList* FlowVarThreshold_::thresholds |
Definition at line 734 of file detect-engine-threshold.c.
| uint16_t FlowVarThreshold_::type |
Definition at line 731 of file detect-engine-threshold.c.