|
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 804 of file detect-engine-threshold.c.
| struct GenericVar_* FlowVarThreshold_::next |
Definition at line 807 of file detect-engine-threshold.c.
| uint8_t FlowVarThreshold_::pad[6] |
Definition at line 806 of file detect-engine-threshold.c.
| FlowThresholdEntryList* FlowVarThreshold_::thresholds |
Definition at line 808 of file detect-engine-threshold.c.
| uint16_t FlowVarThreshold_::type |
Definition at line 805 of file detect-engine-threshold.c.