]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect/pcre: add comment indicating rawbytes is a no-op
authorVictor Julien <vjulien@oisf.net>
Wed, 15 Mar 2023 09:22:09 +0000 (10:22 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 14 Apr 2023 08:45:20 +0000 (10:45 +0200)
src/detect-pcre.h

index e490281bffdfdbb6feb84fa947b8b011e8aa88be..79fd1af74ae2f2b5ff46bde8853a59ac8bfc4c88 100644 (file)
@@ -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