suricata
|
#include "suricata-common.h"
#include "suricata.h"
#include "detect.h"
#include "flow.h"
#include "conf.h"
#include "stream.h"
#include "app-layer-protos.h"
#include "threads.h"
#include "threadvars.h"
#include "tm-threads.h"
#include "util-print.h"
#include "pkt-var.h"
#include "util-unittest.h"
#include "util-debug.h"
#include "util-validate.h"
#include "util-buffer.h"
#include "output.h"
#include "alert-debuglog.h"
#include "util-privs.h"
#include "flow-var.h"
#include "flow-bit.h"
#include "util-var-name.h"
#include "util-optimize.h"
#include "util-logopenfile.h"
#include "util-time.h"
#include "stream-tcp-reassemble.h"
Go to the source code of this file.
Data Structures | |
struct | AlertDebugLogThread_ |
Macros | |
#define | DEFAULT_LOG_FILENAME "alert-debug.log" |
#define | MODULE_NAME "AlertDebugLog" |
Typedefs | |
typedef struct AlertDebugLogThread_ | AlertDebugLogThread |
Functions | |
void | AlertDebugLogRegister (void) |
Definition in file alert-debuglog.c.
#define DEFAULT_LOG_FILENAME "alert-debug.log" |
Definition at line 60 of file alert-debuglog.c.
#define MODULE_NAME "AlertDebugLog" |
Definition at line 62 of file alert-debuglog.c.
typedef struct AlertDebugLogThread_ AlertDebugLogThread |
void AlertDebugLogRegister | ( | void | ) |
Definition at line 485 of file alert-debuglog.c.
References LOGGER_ALERT_DEBUG, MODULE_NAME, and OutputRegisterPacketModule().
Referenced by OutputRegisterLoggers().