|
suricata
|
#include "suricata-common.h"#include "app-layer-detect-proto.h"#include "app-layer.h"#include "app-layer-parser.h"#include "detect-engine.h"#include "util-unittest.h"#include "util-debug.h"#include "conf-yaml-loader.h"#include "util-running-modes.h"
Go to the source code of this file.
Functions | |
| int | ListKeywords (const char *keyword_info) |
| int | ListAppLayerProtocols (const char *conf_filename) |
| int | ListAppLayerHooks (const char *conf_filename) |
Definition in file util-running-modes.c.
| int ListAppLayerHooks | ( | const char * | conf_filename | ) |
Definition at line 69 of file util-running-modes.c.
References AppLayerParserGetStateNameById(), AppLayerParserGetStateProgressCompletionStatus(), AppLayerProtoDetectSupportedAppProtocols(), AppLayerSetup(), AppProtoToString(), EngineModeSetIDS(), g_alproto_max, MpmTableSetup(), name, SCConfYamlLoadFile(), SCLogDebug, SCLogLoadConfig(), and SpmTableSetup().
Referenced by SCStartInternalRunMode().


| int ListAppLayerProtocols | ( | const char * | conf_filename | ) |
Definition at line 45 of file util-running-modes.c.
References AppLayerListSupportedProtocols(), AppLayerSetup(), EngineModeSetIDS(), MpmTableSetup(), SCConfYamlLoadFile(), SCLogLoadConfig(), SpmTableSetup(), and TM_ECODE_DONE.
Referenced by SCStartInternalRunMode().


| int ListKeywords | ( | const char * | keyword_info | ) |
Definition at line 33 of file util-running-modes.c.
References AppLayerSetup(), EngineModeSetIDS(), MpmTableSetup(), SCLogLoadConfig(), SigTableInit(), SigTableList(), SigTableSetup(), and SpmTableSetup().
Referenced by SCStartInternalRunMode().

