list keywords: fix regression on app layer name

It was not anymore displayed.
pull/1435/head
Eric Leblond 10 years ago committed by Victor Julien
parent d98060410c
commit 6f5c4c12e1

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

Loading…
Cancel
Save