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-unittest.h"
#include "util-buffer.h"
#include "util-debug.h"
#include "util-byte.h"
#include "output.h"
#include "output-json.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "app-layer-krb5.h"
#include "output-json-krb5.h"
#include "rust.h"
Go to the source code of this file.
Data Structures | |
struct | LogKRB5FileCtx_ |
struct | LogKRB5LogThread_ |
Typedefs | |
typedef struct LogKRB5FileCtx_ | LogKRB5FileCtx |
typedef struct LogKRB5LogThread_ | LogKRB5LogThread |
Functions | |
void | JsonKRB5LogRegister (void) |
Implement JSON/eve logging app-layer KRB5.
Definition in file output-json-krb5.c.
typedef struct LogKRB5FileCtx_ LogKRB5FileCtx |
typedef struct LogKRB5LogThread_ LogKRB5LogThread |
void JsonKRB5LogRegister | ( | void | ) |
Definition at line 178 of file output-json-krb5.c.
References LOGGER_JSON_KRB5, and OutputRegisterTxSubModule().
Referenced by OutputRegisterLoggers().