suricata
|
#include "suricata-common.h"
#include "packet.h"
#include "detect.h"
#include "flow.h"
#include "conf.h"
#include "threads.h"
#include "tm-threads.h"
#include "threadvars.h"
#include "util-debug.h"
#include "decode-ipv4.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-reference.h"
#include "output.h"
#include "output-json.h"
#include "output-json-alert.h"
#include "output-json-drop.h"
#include "util-unittest.h"
#include "util-unittest-helper.h"
#include "util-classification-config.h"
#include "util-privs.h"
#include "util-print.h"
#include "util-proto-name.h"
#include "util-logopenfile.h"
#include "util-time.h"
#include "util-buffer.h"
#include "action-globals.h"
Go to the source code of this file.
Data Structures | |
struct | JsonDropOutputCtx_ |
struct | JsonDropLogThread_ |
Macros | |
#define | MODULE_NAME "JsonDropLog" |
#define | LOG_DROP_ALERTS BIT_U8(1) |
#define | LOG_DROP_VERDICT BIT_U8(2) |
Typedefs | |
typedef struct JsonDropOutputCtx_ | JsonDropOutputCtx |
typedef struct JsonDropLogThread_ | JsonDropLogThread |
Functions | |
void | JsonDropLogRegister (void) |
JSON Drop log module to log the dropped packet information
Definition in file output-json-drop.c.
#define LOG_DROP_ALERTS BIT_U8(1) |
Definition at line 64 of file output-json-drop.c.
#define LOG_DROP_VERDICT BIT_U8(2) |
Definition at line 65 of file output-json-drop.c.
#define MODULE_NAME "JsonDropLog" |
Definition at line 62 of file output-json-drop.c.
typedef struct JsonDropLogThread_ JsonDropLogThread |
typedef struct JsonDropOutputCtx_ JsonDropOutputCtx |
void JsonDropLogRegister | ( | void | ) |
Definition at line 391 of file output-json-drop.c.
References LOGGER_JSON_DROP, MODULE_NAME, and OutputRegisterPacketSubModule().
Referenced by OutputRegisterLoggers().