diff --git a/src/detect-reference.c b/src/detect-reference.c index f8789b82eb..1092f88c46 100644 --- a/src/detect-reference.c +++ b/src/detect-reference.c @@ -43,7 +43,7 @@ #include "util-byte.h" #include "util-debug.h" -#define PARSE_REGEX "^\\s*([A-Za-z]+)\\s*,\"?\\s*\"?\\s*([a-zA-Z0-9\\-_\\.\\/\\?\\=]+)\"?\\s*\"?" +#define PARSE_REGEX "^\\s*([A-Za-z0-9]+)\\s*,\"?\\s*\"?\\s*([a-zA-Z0-9\\-_\\.\\/\\?\\=]+)\"?\\s*\"?" static pcre *parse_regex; static pcre_extra *parse_regex_study;