suricata
|
#include "suricata-common.h"
#include "debug.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 "util-crypt.h"
#include "output-json.h"
#include "output-json-ssh.h"
#include "rust.h"
Go to the source code of this file.
Data Structures | |
struct | OutputSshCtx_ |
struct | JsonSshLogThread_ |
Macros | |
#define | MODULE_NAME "LogSshLog" |
Typedefs | |
typedef struct OutputSshCtx_ | OutputSshCtx |
typedef struct JsonSshLogThread_ | JsonSshLogThread |
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 55 of file output-json-ssh.c.
typedef struct JsonSshLogThread_ JsonSshLogThread |
typedef struct OutputSshCtx_ OutputSshCtx |
void JsonSshLogRegister | ( | void | ) |
Definition at line 185 of file output-json-ssh.c.
References LOGGER_JSON_SSH, and OutputRegisterTxSubModuleWithCondition().
Referenced by OutputRegisterLoggers().