DETECT_TBLSIZE,
};
-/* Table with all SigMatch registrations */
-SigTableElmt sigmatch_table[DETECT_TBLSIZE];
-
void SigTableList(const char *keyword);
void SigTableSetup(void);
void SigTableRegisterTests(void);
#include "detect-engine-proto.h"
#include "detect-reference.h"
#include "detect-metadata.h"
+#include "detect-engine-register.h"
#include "packet-queue.h"
#include "util-prefilter.h"
int keyword_id;
} DetectEngineMasterCtx;
+/* Table with all SigMatch registrations */
+SigTableElmt sigmatch_table[DETECT_TBLSIZE];
+
/** Remember to add the options in SignatureIsIPOnly() at detect.c otherwise it wont be part of a signature group */
/* detection api */