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-tftp.h"
#include "output-json-tftp.h"
#include "rust.h"
Go to the source code of this file.
Data Structures | |
struct | LogTFTPFileCtx_ |
struct | LogTFTPLogThread_ |
Typedefs | |
typedef struct LogTFTPFileCtx_ | LogTFTPFileCtx |
typedef struct LogTFTPLogThread_ | LogTFTPLogThread |
Functions | |
void | JsonTFTPLogRegister (void) |
Implement JSON/eve logging app-layer TFTP.
Definition in file output-json-tftp.c.
typedef struct LogTFTPFileCtx_ LogTFTPFileCtx |
typedef struct LogTFTPLogThread_ LogTFTPLogThread |
void JsonTFTPLogRegister | ( | void | ) |
Definition at line 177 of file output-json-tftp.c.
References LOGGER_JSON_TFTP, and OutputRegisterTxSubModule().
Referenced by OutputRegisterLoggers().