|
|
@ -102,7 +102,7 @@ static uint32_t DetectEngineTentantGetIdFromPcap(const void *ctx, const Packet *
|
|
|
|
static DetectEngineAppInspectionEngine *g_app_inspect_engines = NULL;
|
|
|
|
static DetectEngineAppInspectionEngine *g_app_inspect_engines = NULL;
|
|
|
|
static DetectEnginePktInspectionEngine *g_pkt_inspect_engines = NULL;
|
|
|
|
static DetectEnginePktInspectionEngine *g_pkt_inspect_engines = NULL;
|
|
|
|
|
|
|
|
|
|
|
|
SCEnumCharMap det_ctx_event_table[ ] = {
|
|
|
|
SCEnumCharMap det_ctx_event_table[] = {
|
|
|
|
#ifdef UNITTESTS
|
|
|
|
#ifdef UNITTESTS
|
|
|
|
{ "TEST", DET_CTX_EVENT_TEST },
|
|
|
|
{ "TEST", DET_CTX_EVENT_TEST },
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|