From: Victor Julien Date: Thu, 30 Jan 2014 12:34:45 +0000 (+0100) Subject: json drop log: rename to output-json-drop X-Git-Tag: suricata-2.0rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870bb23ff6b5403eb3b3fbecd4784a4b2458170e;p=thirdparty%2Fsuricata.git json drop log: rename to output-json-drop --- diff --git a/src/Makefile.am b/src/Makefile.am index 39cf72e4e0..bdc3482531 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ diff --git a/src/output-droplog.c b/src/output-json-drop.c similarity index 100% rename from src/output-droplog.c rename to src/output-json-drop.c diff --git a/src/output-droplog.h b/src/output-json-drop.h similarity index 93% rename from src/output-droplog.h rename to src/output-json-drop.h index d195f29bf7..5f9f9f09c3 100644 --- a/src/output-droplog.h +++ b/src/output-json-drop.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); diff --git a/src/suricata.c b/src/suricata.c index 2d687e4331..7e93be6773 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -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"