|
|
@ -37,7 +37,7 @@ int ListKeywords(const char *keyword_info)
|
|
|
|
AppLayerSetup();
|
|
|
|
AppLayerSetup();
|
|
|
|
SigTableSetup(); /* load the rule keywords */
|
|
|
|
SigTableSetup(); /* load the rule keywords */
|
|
|
|
SigTableList(keyword_info);
|
|
|
|
SigTableList(keyword_info);
|
|
|
|
exit(EXIT_SUCCESS);
|
|
|
|
return TM_ECODE_DONE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
int ListAppLayerProtocols(const char *conf_filename)
|
|
|
|
int ListAppLayerProtocols(const char *conf_filename)
|
|
|
@ -49,6 +49,6 @@ int ListAppLayerProtocols(const char *conf_filename)
|
|
|
|
AppLayerSetup();
|
|
|
|
AppLayerSetup();
|
|
|
|
AppLayerListSupportedProtocols();
|
|
|
|
AppLayerListSupportedProtocols();
|
|
|
|
|
|
|
|
|
|
|
|
exit(EXIT_SUCCESS);
|
|
|
|
return TM_ECODE_DONE;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|