detect: reformat events table

pull/6242/head
Victor Julien 4 years ago
parent b3c1f2ab48
commit 23d7beb458

@ -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

Loading…
Cancel
Save