From: Victor Julien Date: Wed, 15 Mar 2023 09:22:09 +0000 (+0100) Subject: detect/pcre: add comment indicating rawbytes is a no-op X-Git-Tag: suricata-7.0.0-rc2~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a8f26900051c70af86f916c906b930b7599cfbf;p=thirdparty%2Fsuricata.git detect/pcre: add comment indicating rawbytes is a no-op --- diff --git a/src/detect-pcre.h b/src/detect-pcre.h index e490281bff..79fd1af74a 100644 --- a/src/detect-pcre.h +++ b/src/detect-pcre.h @@ -27,6 +27,7 @@ #include "detect-parse.h" #define DETECT_PCRE_RELATIVE 0x00001 +/* no-op other than in parsing */ #define DETECT_PCRE_RAWBYTES 0x00002 #define DETECT_PCRE_CASELESS 0x00004