suricata
alert-debuglog.c File Reference
#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"
Include dependency graph for alert-debuglog.c:

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)
 

Detailed Description

Macro Definition Documentation

◆ DEFAULT_LOG_FILENAME

#define DEFAULT_LOG_FILENAME   "alert-debug.log"

Definition at line 60 of file alert-debuglog.c.

◆ MODULE_NAME

#define MODULE_NAME   "AlertDebugLog"

Definition at line 62 of file alert-debuglog.c.

Typedef Documentation

◆ AlertDebugLogThread

Function Documentation

◆ AlertDebugLogRegister()

void AlertDebugLogRegister ( void  )

Definition at line 484 of file alert-debuglog.c.

References LOGGER_ALERT_DEBUG, MODULE_NAME, and OutputRegisterPacketModule().

Referenced by OutputRegisterLoggers().

Here is the call graph for this function:
Here is the caller graph for this function: