|
|
|
@ -47,7 +47,6 @@
|
|
|
|
#include "detect-engine-uri.h"
|
|
|
|
#include "detect-engine-uri.h"
|
|
|
|
#include "detect-engine-hrhd.h"
|
|
|
|
#include "detect-engine-hrhd.h"
|
|
|
|
#include "detect-engine-file.h"
|
|
|
|
#include "detect-engine-file.h"
|
|
|
|
#include "detect-engine-dns.h"
|
|
|
|
|
|
|
|
#include "detect-engine-modbus.h"
|
|
|
|
#include "detect-engine-modbus.h"
|
|
|
|
#include "detect-engine-template.h"
|
|
|
|
#include "detect-engine-template.h"
|
|
|
|
|
|
|
|
|
|
|
|
@ -120,13 +119,6 @@ void DetectEngineRegisterAppInspectionEngines(void)
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
{ ALPROTO_HTTP,
|
|
|
|
DETECT_SM_LIST_FILEMATCH,
|
|
|
|
DETECT_SM_LIST_FILEMATCH,
|
|
|
|
DetectFileInspectHttp },
|
|
|
|
DetectFileInspectHttp },
|
|
|
|
/* DNS */
|
|
|
|
|
|
|
|
{ ALPROTO_DNS,
|
|
|
|
|
|
|
|
DETECT_SM_LIST_DNSQUERYNAME_MATCH,
|
|
|
|
|
|
|
|
DetectEngineInspectDnsQueryName },
|
|
|
|
|
|
|
|
{ ALPROTO_DNS,
|
|
|
|
|
|
|
|
DETECT_SM_LIST_DNSREQUEST_MATCH,
|
|
|
|
|
|
|
|
DetectEngineInspectDnsRequest },
|
|
|
|
|
|
|
|
/* SMTP */
|
|
|
|
/* SMTP */
|
|
|
|
{ ALPROTO_SMTP,
|
|
|
|
{ ALPROTO_SMTP,
|
|
|
|
DETECT_SM_LIST_FILEMATCH,
|
|
|
|
DETECT_SM_LIST_FILEMATCH,
|
|
|
|
@ -149,9 +141,6 @@ void DetectEngineRegisterAppInspectionEngines(void)
|
|
|
|
{ ALPROTO_MODBUS,
|
|
|
|
{ ALPROTO_MODBUS,
|
|
|
|
DETECT_SM_LIST_MODBUS_MATCH,
|
|
|
|
DETECT_SM_LIST_MODBUS_MATCH,
|
|
|
|
DetectEngineInspectModbus },
|
|
|
|
DetectEngineInspectModbus },
|
|
|
|
{ ALPROTO_DNS,
|
|
|
|
|
|
|
|
DETECT_SM_LIST_DNSRESPONSE_MATCH,
|
|
|
|
|
|
|
|
DetectEngineInspectDnsResponse },
|
|
|
|
|
|
|
|
/* Template. */
|
|
|
|
/* Template. */
|
|
|
|
{ ALPROTO_TEMPLATE,
|
|
|
|
{ ALPROTO_TEMPLATE,
|
|
|
|
DETECT_SM_LIST_TEMPLATE_BUFFER_MATCH,
|
|
|
|
DETECT_SM_LIST_TEMPLATE_BUFFER_MATCH,
|
|
|
|
|