|
|
@ -49,7 +49,6 @@
|
|
|
|
#include "detect-engine-hrhd.h"
|
|
|
|
#include "detect-engine-hrhd.h"
|
|
|
|
#include "detect-engine-hsmd.h"
|
|
|
|
#include "detect-engine-hsmd.h"
|
|
|
|
#include "detect-engine-hscd.h"
|
|
|
|
#include "detect-engine-hscd.h"
|
|
|
|
#include "detect-engine-hhhd.h"
|
|
|
|
|
|
|
|
#include "detect-engine-hrhhd.h"
|
|
|
|
#include "detect-engine-hrhhd.h"
|
|
|
|
#include "detect-engine-file.h"
|
|
|
|
#include "detect-engine-file.h"
|
|
|
|
#include "detect-engine-dns.h"
|
|
|
|
#include "detect-engine-dns.h"
|
|
|
@ -127,9 +126,6 @@ void DetectEngineRegisterAppInspectionEngines(void)
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
DETECT_SM_LIST_FILEMATCH,
|
|
|
|
DETECT_SM_LIST_FILEMATCH,
|
|
|
|
DetectFileInspectHttp },
|
|
|
|
DetectFileInspectHttp },
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
|
|
|
|
DETECT_SM_LIST_HHHDMATCH,
|
|
|
|
|
|
|
|
DetectEngineInspectHttpHH },
|
|
|
|
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
DETECT_SM_LIST_HRHHDMATCH,
|
|
|
|
DETECT_SM_LIST_HRHHDMATCH,
|
|
|
|
DetectEngineInspectHttpHRH },
|
|
|
|
DetectEngineInspectHttpHRH },
|
|
|
|