|
|
@ -19,7 +19,7 @@
|
|
|
|
#define DETECT_CLASSCONFIG_REGEX "^\\s*config\\s*classification\\s*:\\s*([a-zA-Z][a-zA-Z0-9-_]*)\\s*,\\s*(.+)\\s*,\\s*(\\d+)\\s*$"
|
|
|
|
#define DETECT_CLASSCONFIG_REGEX "^\\s*config\\s*classification\\s*:\\s*([a-zA-Z][a-zA-Z0-9-_]*)\\s*,\\s*(.+)\\s*,\\s*(\\d+)\\s*$"
|
|
|
|
|
|
|
|
|
|
|
|
/* Default path for the classification.config file */
|
|
|
|
/* Default path for the classification.config file */
|
|
|
|
#define SC_CLASS_CONF_DEF_CONF_FILEPATH "~/classification.config"
|
|
|
|
#define SC_CLASS_CONF_DEF_CONF_FILEPATH "classification.config"
|
|
|
|
|
|
|
|
|
|
|
|
/* Holds a pointer to the default path for the classification.config file */
|
|
|
|
/* Holds a pointer to the default path for the classification.config file */
|
|
|
|
static const char *default_file_path = SC_CLASS_CONF_DEF_CONF_FILEPATH;
|
|
|
|
static const char *default_file_path = SC_CLASS_CONF_DEF_CONF_FILEPATH;
|
|
|
|