json drop log: rename to output-json-drop

pull/806/head
Victor Julien 11 years ago
parent 6cecb4e4d2
commit 870bb23ff6

@ -218,11 +218,11 @@ output-file.c output-file.h \
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 \

@ -22,8 +22,8 @@
*
*/
#ifndef __OUTPUT_DROPLOG_H__
#define __OUTPUT_DROPLOG_H__
#ifndef __OUTPUT_JSON_DROP_H__
#define __OUTPUT_JSON_DROP_H__
void TmModuleJsonDropLogRegister (void);

@ -81,7 +81,7 @@
#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"

Loading…
Cancel
Save