diff --git a/src/util-running-modes.c b/src/util-running-modes.c index 8f30044dc7..07aeffef5f 100644 --- a/src/util-running-modes.c +++ b/src/util-running-modes.c @@ -24,11 +24,14 @@ #include "config.h" #include "app-layer-detect-proto.h" #include "app-layer.h" +#include "app-layer-parser.h" #include "util-cuda.h" #include "util-unittest.h" int ListKeywords(const char *keyword_info) { + MpmTableSetup(); + AppLayerSetup(); SigTableSetup(); /* load the rule keywords */ SigTableList(keyword_info); exit(EXIT_SUCCESS);