Home
last modified time | relevance | path

Searched refs:SC_ERR_CONF_YAML_ERROR (Results 1 – 9 of 9) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dconf-yaml-loader.c127 SCLogError(SC_ERR_CONF_YAML_ERROR, "Failed to initialize YAML parser"); in ConfYamlHandleInclude()
150 SCLogError(SC_ERR_CONF_YAML_ERROR, in ConfYamlHandleInclude()
186 SCLogError(SC_ERR_CONF_YAML_ERROR, "Recursion limit reached while parsing " in ConfYamlParse()
193 SCLogError(SC_ERR_CONF_YAML_ERROR, in ConfYamlParse()
208 SCLogError(SC_ERR_CONF_YAML_ERROR, "ERROR: Invalid configuration file."); in ConfYamlParse()
209 SCLogError(SC_ERR_CONF_YAML_ERROR, in ConfYamlParse()
216 SCLogError(SC_ERR_CONF_YAML_ERROR, "ERROR: Invalid YAML version. Must be 1.1"); in ConfYamlParse()
H A Doutput-json-drop.c258 SCLogError(SC_ERR_CONF_YAML_ERROR, "only one 'drop' logger " in JsonDropLogInitCtxSub()
289 SCLogWarning(SC_ERR_CONF_YAML_ERROR, "valid options for " in JsonDropLogInitCtxSub()
H A Dutil-error.h274 SC_ERR_CONF_YAML_ERROR, enumerator
H A Doutput-json-anomaly.c461 SCLogError(SC_ERR_CONF_YAML_ERROR, "only one 'anomaly' logger " in JsonAnomalyLogInitCtxSub()
H A Dutil-error.c304 CASE_CODE (SC_ERR_CONF_YAML_ERROR); in SCErrorToString()
H A Drunmodes.c860 SCLogWarning(SC_ERR_CONF_YAML_ERROR, in RunModeInitializeOutputs()
H A Ddetect-engine.c3349 SCLogError(SC_ERR_CONF_YAML_ERROR, "failed to properly setup yaml %s", filename);
3401 SCLogError(SC_ERR_CONF_YAML_ERROR, "failed to properly setup yaml %s", filename);
3771 SCLogError(SC_ERR_CONF_YAML_ERROR, "failed to load yaml %s", yaml_node->val);
4117 SCLogError(SC_ERR_CONF_YAML_ERROR, "failed to load yaml %s",
4124 SCLogError(SC_ERR_CONF_YAML_ERROR, "failed to properly setup yaml %s",
H A Drunmode-unix-socket.c963 SCLogError(SC_ERR_CONF_YAML_ERROR, "failed to load yaml %s", filename);
H A Dapp-layer-smtp.c341 SCLogError(SC_ERR_CONF_YAML_ERROR, in SMTPConfigure()