|
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, CONFIG_SUBSYS_TRACKING } |
| enum | ConfigType { CONFIG_TYPE_TX = 0, CONFIG_TYPE_FLOW } |
| enum | ConfigScope { CONFIG_SCOPE_TX = 0, CONFIG_SCOPE_FLOW, CONFIG_SCOPE_PACKET } |
Definition in file util-config.h.
| #define CONFIG_SCOPE_DEFAULT CONFIG_SCOPE_TX |
Definition at line 54 of file util-config.h.
| #define CONFIG_TYPE_DEFAULT CONFIG_TYPE_TX |
Definition at line 47 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 | |
| CONFIG_SCOPE_PACKET | |
Definition at line 49 of file util-config.h.
| enum ConfigSubsys |
| Enumerator | |
|---|---|
| CONFIG_SUBSYS_LOGGING | |
| CONFIG_SUBSYS_TRACKING | |
Definition at line 31 of file util-config.h.
| enum ConfigType |
| Enumerator | |
|---|---|
| CONFIG_TYPE_TX | |
| CONFIG_TYPE_FLOW | |
Definition at line 36 of file util-config.h.