|
|
|
@ -46,7 +46,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "detect-engine-uri.h"
|
|
|
|
#include "detect-engine-uri.h"
|
|
|
|
#include "detect-engine-hrhd.h"
|
|
|
|
#include "detect-engine-hrhd.h"
|
|
|
|
#include "detect-engine-hsmd.h"
|
|
|
|
|
|
|
|
#include "detect-engine-hscd.h"
|
|
|
|
#include "detect-engine-hscd.h"
|
|
|
|
#include "detect-engine-file.h"
|
|
|
|
#include "detect-engine-file.h"
|
|
|
|
#include "detect-engine-dns.h"
|
|
|
|
#include "detect-engine-dns.h"
|
|
|
|
@ -152,9 +151,6 @@ void DetectEngineRegisterAppInspectionEngines(void)
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
DETECT_SM_LIST_FILEMATCH,
|
|
|
|
DETECT_SM_LIST_FILEMATCH,
|
|
|
|
DetectFileInspectHttp },
|
|
|
|
DetectFileInspectHttp },
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
|
|
|
|
DETECT_SM_LIST_HSMDMATCH,
|
|
|
|
|
|
|
|
DetectEngineInspectHttpStatMsg },
|
|
|
|
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
DETECT_SM_LIST_HSCDMATCH,
|
|
|
|
DETECT_SM_LIST_HSCDMATCH,
|
|
|
|
DetectEngineInspectHttpStatCode },
|
|
|
|
DetectEngineInspectHttpStatCode },
|
|
|
|
|