|
|
@ -35,6 +35,7 @@ int ListKeywords(const char *keyword_info)
|
|
|
|
if (ConfYamlLoadFile(DEFAULT_CONF_FILE) != -1)
|
|
|
|
if (ConfYamlLoadFile(DEFAULT_CONF_FILE) != -1)
|
|
|
|
SCLogLoadConfig(0, 0);
|
|
|
|
SCLogLoadConfig(0, 0);
|
|
|
|
MpmTableSetup();
|
|
|
|
MpmTableSetup();
|
|
|
|
|
|
|
|
SpmTableSetup();
|
|
|
|
AppLayerSetup();
|
|
|
|
AppLayerSetup();
|
|
|
|
SigTableSetup(); /* load the rule keywords */
|
|
|
|
SigTableSetup(); /* load the rule keywords */
|
|
|
|
SigTableList(keyword_info);
|
|
|
|
SigTableList(keyword_info);
|
|
|
@ -46,6 +47,7 @@ int ListAppLayerProtocols()
|
|
|
|
if (ConfYamlLoadFile(DEFAULT_CONF_FILE) != -1)
|
|
|
|
if (ConfYamlLoadFile(DEFAULT_CONF_FILE) != -1)
|
|
|
|
SCLogLoadConfig(0, 0);
|
|
|
|
SCLogLoadConfig(0, 0);
|
|
|
|
MpmTableSetup();
|
|
|
|
MpmTableSetup();
|
|
|
|
|
|
|
|
SpmTableSetup();
|
|
|
|
AppLayerSetup();
|
|
|
|
AppLayerSetup();
|
|
|
|
AppLayerListSupportedProtocols();
|
|
|
|
AppLayerListSupportedProtocols();
|
|
|
|
|
|
|
|
|
|
|
|