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-mem.h"
#include "util-byte.h"
#include "output.h"
#include "output-json.h"
#include "app-layer.h"
#include "app-layer-parser.h"
#include "app-layer-ftp.h"
#include "output-json-ftp.h"
Go to the source code of this file.
Data Structures | |
struct | LogFTPFileCtx_ |
struct | LogFTPLogThread_ |
Typedefs | |
typedef struct LogFTPFileCtx_ | LogFTPFileCtx |
typedef struct LogFTPLogThread_ | LogFTPLogThread |
Functions | |
void | JsonFTPLogRegister (void) |
Implement JSON/eve logging app-layer FTP.
Definition in file output-json-ftp.c.
typedef struct LogFTPFileCtx_ LogFTPFileCtx |
typedef struct LogFTPLogThread_ LogFTPLogThread |
void JsonFTPLogRegister | ( | void | ) |
Definition at line 264 of file output-json-ftp.c.
References ALPROTO_FTP, ALPROTO_FTPDATA, LOGGER_JSON_FTP, OutputRegisterTxSubModule(), and SCLogDebug.
Referenced by OutputRegisterLoggers().