suricata
|
#include "suricata-common.h"
#include "detect.h"
#include "pkt-var.h"
#include "conf.h"
#include "threads.h"
#include "threadvars.h"
#include "tm-threads.h"
#include "util-print.h"
#include "util-unittest.h"
#include "util-debug.h"
#include "app-layer-parser.h"
#include "output.h"
#include "app-layer-ssh.h"
#include "app-layer.h"
#include "util-privs.h"
#include "util-buffer.h"
#include "util-logopenfile.h"
#include "output-json.h"
#include "output-json-ssh.h"
#include "rust.h"
Go to the source code of this file.
Macros | |
#define | MODULE_NAME "LogSshLog" |
Functions | |
void | JsonSshLogRegister (void) |
Implements SSH JSON logging portion of the engine.
Definition in file output-json-ssh.c.
#define MODULE_NAME "LogSshLog" |
Definition at line 53 of file output-json-ssh.c.
void JsonSshLogRegister | ( | void | ) |
Definition at line 85 of file output-json-ssh.c.
References LOGGER_JSON_TX, and OutputRegisterTxSubModuleWithCondition().
Referenced by OutputRegisterLoggers().