suricata
|
#include <detect-engine-state.h>
Data Fields | |
DeStateStore * | head |
DeStateStore * | cur |
DeStateStore * | tail |
SigIntId | cnt |
uint16_t | filestore_cnt |
uint8_t | flags |
Definition at line 82 of file detect-engine-state.h.
SigIntId DetectEngineStateDirection_::cnt |
Definition at line 86 of file detect-engine-state.h.
DeStateStore* DetectEngineStateDirection_::cur |
current active store
Definition at line 84 of file detect-engine-state.h.
uint16_t DetectEngineStateDirection_::filestore_cnt |
Definition at line 87 of file detect-engine-state.h.
uint8_t DetectEngineStateDirection_::flags |
Definition at line 88 of file detect-engine-state.h.
DeStateStore* DetectEngineStateDirection_::head |
head of the list
Definition at line 83 of file detect-engine-state.h.
Referenced by DetectEngineStateFree().
DeStateStore* DetectEngineStateDirection_::tail |
tail of the list
Definition at line 85 of file detect-engine-state.h.