suricata
|
#include "suricata-common.h"
#include "flow.h"
#include "conf.h"
#include "threads.h"
#include "tm-threads.h"
#include "threadvars.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-reference.h"
#include "output.h"
#include "alert-syslog.h"
#include "util-classification-config.h"
#include "util-debug.h"
#include "util-print.h"
#include "util-proto-name.h"
#include "util-syslog.h"
#include "util-optimize.h"
#include "util-logopenfile.h"
#include "action-globals.h"
Go to the source code of this file.
Data Structures | |
struct | AlertSyslogThread_ |
Macros | |
#define | MODULE_NAME "AlertSyslog" |
Typedefs | |
typedef struct AlertSyslogThread_ | AlertSyslogThread |
Functions | |
void | AlertSyslogRegister (void) |
Function to register the AlertSyslog module. More... | |
Logs alerts in a line based text format into syslog.
Definition in file alert-syslog.c.
#define MODULE_NAME "AlertSyslog" |
Definition at line 56 of file alert-syslog.c.
typedef struct AlertSyslogThread_ AlertSyslogThread |
void AlertSyslogRegister | ( | void | ) |
Function to register the AlertSyslog module.
Definition at line 384 of file alert-syslog.c.
References LOGGER_ALERT_SYSLOG, MODULE_NAME, and OutputRegisterPacketModule().
Referenced by OutputRegisterLoggers().