output-filedata.c output-filedata.h \
output-json-alert.c output-json-alert.h \
output-json-dns.c output-json-dns.h \
+output-json-drop.c output-json-drop.h \
output-json-file.c output-json-file.h \
output-json-http.c output-json-http.h \
output-packet.c output-packet.h \
output-tx.c output-tx.h \
-output-droplog.c output-droplog.h \
output-json.c output-json.h \
output-tlslog.c output-tlslog.h \
packet-queue.c packet-queue.h \
*
*/
-#ifndef __OUTPUT_DROPLOG_H__
-#define __OUTPUT_DROPLOG_H__
+#ifndef __OUTPUT_JSON_DROP_H__
+#define __OUTPUT_JSON_DROP_H__
void TmModuleJsonDropLogRegister (void);
#include "output-json-alert.h"
#include "log-droplog.h"
-#include "output-droplog.h"
+#include "output-json-drop.h"
#include "log-httplog.h"
#include "output-json-http.h"
#include "log-dnslog.h"