suricata
|
#include <detect-threshold.h>
Data Fields | |
uint32_t | count |
uint32_t | seconds |
uint8_t | type |
uint8_t | track |
uint8_t | new_action |
uint32_t | timeout |
uint32_t | flags |
uint32_t | multiplier |
DetectAddressHead | addrs |
Definition at line 55 of file detect-threshold.h.
DetectAddressHead DetectThresholdData_::addrs |
Definition at line 64 of file detect-threshold.h.
Referenced by DetectThresholdDataCopy().
uint32_t DetectThresholdData_::count |
Event count
Definition at line 56 of file detect-threshold.h.
uint32_t DetectThresholdData_::flags |
flags used to set option
Definition at line 62 of file detect-threshold.h.
uint32_t DetectThresholdData_::multiplier |
backoff multiplier
Definition at line 63 of file detect-threshold.h.
uint8_t DetectThresholdData_::new_action |
new_action alert|drop|pass|log|sdrop|reject
Definition at line 60 of file detect-threshold.h.
uint32_t DetectThresholdData_::seconds |
Event seconds
Definition at line 57 of file detect-threshold.h.
uint32_t DetectThresholdData_::timeout |
timeout
Definition at line 61 of file detect-threshold.h.
uint8_t DetectThresholdData_::track |
Track type: by_src, by_dst
Definition at line 59 of file detect-threshold.h.
uint8_t DetectThresholdData_::type |
Threshold type : limit , threshold, both, detection_filter
Definition at line 58 of file detect-threshold.h.
Referenced by PacketAlertThreshold().