suricata
|
Go to the source code of this file.
Macros | |
#define | CONFIG_TYPE_DEFAULT CONFIG_TYPE_TX |
#define | CONFIG_SCOPE_DEFAULT CONFIG_SCOPE_TX |
Enumerations | |
enum | ConfigAction { CONFIG_ACTION_SET = 1 } |
enum | ConfigSubsys { CONFIG_SUBSYS_LOGGING = 0 } |
enum | ConfigType { CONFIG_TYPE_TX = 0, CONFIG_TYPE_FLOW, CONFIG_TYPE_ALERT, CONFIG_TYPE_ANOMALY, CONFIG_TYPE_FILE, CONFIG_TYPE_PCAP, CONFIG_TYPE_DROP } |
enum | ConfigScope { CONFIG_SCOPE_TX = 0, CONFIG_SCOPE_FLOW } |
Definition in file util-config.h.
#define CONFIG_SCOPE_DEFAULT CONFIG_SCOPE_TX |
Definition at line 50 of file util-config.h.
#define CONFIG_TYPE_DEFAULT CONFIG_TYPE_TX |
Definition at line 44 of file util-config.h.
enum ConfigAction |
Enumerator | |
---|---|
CONFIG_ACTION_SET |
Definition at line 27 of file util-config.h.
enum ConfigScope |
Enumerator | |
---|---|
CONFIG_SCOPE_TX | |
CONFIG_SCOPE_FLOW |
Definition at line 46 of file util-config.h.
enum ConfigSubsys |
Enumerator | |
---|---|
CONFIG_SUBSYS_LOGGING |
Definition at line 31 of file util-config.h.
enum ConfigType |
Enumerator | |
---|---|
CONFIG_TYPE_TX | |
CONFIG_TYPE_FLOW | |
CONFIG_TYPE_ALERT | |
CONFIG_TYPE_ANOMALY | |
CONFIG_TYPE_FILE | |
CONFIG_TYPE_PCAP | |
CONFIG_TYPE_DROP |
Definition at line 35 of file util-config.h.