detect/pcre: add comment indicating rawbytes is a no-op

pull/8727/head
Victor Julien 3 years ago
parent 7ea6637d6d
commit 4a8f269000

@ -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

Loading…
Cancel
Save