From: Victor Julien Date: Wed, 1 May 2019 19:29:29 +0000 (+0200) Subject: detect/http.host: rename file for consistency X-Git-Tag: suricata-5.0.0-rc1~538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84da0376fb1c956ec633878daeb503a618c7f996;p=thirdparty%2Fsuricata.git detect/http.host: rename file for consistency --- diff --git a/src/Makefile.am b/src/Makefile.am index fa5c8b9ff1..53e9d13923 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -176,7 +176,7 @@ detect-http-header.c detect-http-header.h \ detect-http-headers.c detect-http-headers.h detect-http-headers-stub.h \ detect-http-header-common.c detect-http-header-common.h \ detect-http-header-names.c detect-http-header-names.h \ -detect-http-hh.c detect-http-hh.h \ +detect-http-host.c detect-http-host.h \ detect-http-location.c detect-http-location.h \ detect-http-method.c detect-http-method.h \ detect-http-protocol.c detect-http-protocol.h \ diff --git a/src/detect-engine-register.c b/src/detect-engine-register.c index f200ad8d85..8a1fab7ca4 100644 --- a/src/detect-engine-register.c +++ b/src/detect-engine-register.c @@ -59,7 +59,7 @@ #include "detect-http-cookie.h" #include "detect-http-method.h" #include "detect-http-ua.h" -#include "detect-http-hh.h" +#include "detect-http-host.h" #include "detect-nfs-procedure.h" #include "detect-nfs-version.h" diff --git a/src/detect-http-hh.c b/src/detect-http-host.c similarity index 99% rename from src/detect-http-hh.c rename to src/detect-http-host.c index 0128d17aab..371a5a480f 100644 --- a/src/detect-http-hh.c +++ b/src/detect-http-host.c @@ -56,7 +56,7 @@ #include "app-layer-htp.h" #include "stream-tcp.h" -#include "detect-http-hh.h" +#include "detect-http-host.h" static int DetectHttpHHSetup(DetectEngineCtx *, Signature *, const char *); #ifdef UNITTESTS diff --git a/src/detect-http-hh.h b/src/detect-http-host.h similarity index 100% rename from src/detect-http-hh.h rename to src/detect-http-host.h