|
suricata
|
#include "suricata-common.h"#include "util-coredump-config.h"#include "conf.h"#include "util-byte.h"#include "util-debug.h"
Go to the source code of this file.
Functions | |
| void | CoredumpEnable (void) |
| Enable coredumps on systems where coredumps can and need to be enabled. More... | |
| int32_t | CoredumpLoadConfig (void) |
| Configures the core dump size. More... | |
| void | CoredumpConfigRegisterTests (void) |
Coredump configuration
Definition in file util-coredump-config.c.
| void CoredumpConfigRegisterTests | ( | void | ) |
Definition at line 413 of file util-coredump-config.c.
References UtRegisterTest().

| void CoredumpEnable | ( | void | ) |
Enable coredumps on systems where coredumps can and need to be enabled.
Definition at line 62 of file util-coredump-config.c.
| int32_t CoredumpLoadConfig | ( | void | ) |
Configures the core dump size.
| Returns | 1 on success and 0 on failure. |
Definition at line 95 of file util-coredump-config.c.
References SCConfGet(), SCLogDebug, and SCLogError.
