#include "detect-tcp-flags.h"
#include "feature.h"
#include "util-print.h"
-#include <pcre2.h>
static int rule_warnings_only = 0;
static FILE *rule_engine_analysis_FD = NULL;
struct DetectParseRegex_ *next;
} DetectParseRegex;
-#include <pcre2.h>
-
typedef struct DetectParseRegex2 {
pcre2_code *regex;
pcre2_match_context *context;
#include "suricata-common.h"
-#include <pcre2.h>
#include "detect.h"
#include "detect-engine.h"
#include "detect-parse.h"
#include "util-misc.h"
#include "util-cpu.h"
#include "util-atomic.h"
-#include <pcre2.h>
#include "source-pcap.h"
#endif
#include <pcre.h>
+#include <pcre2.h>
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#include "util-debug.h"
#include "util-fmemopen.h"
#include "util-byte.h"
-#include <pcre2.h>
/* Regex to parse the classtype argument from a Signature. The first substring
* holds the classtype name, the second substring holds the classtype the
#include "util-error.h"
#include "util-debug-filters.h"
#include "util-atomic.h"
-#include <pcre2.h>
/**
* \brief ENV vars that can be used to set the properties for the logging module
#include "suricata-common.h"
#include "util-host-info.h"
#include "util-byte.h"
-#include <pcre2.h>
#ifndef OS_WIN32
#include <sys/utsname.h>
#include "util-debug.h"
#include "util-unittest.h"
#include "util-misc.h"
-#include <pcre2.h>
#define PARSE_REGEX "^\\s*(\\d+(?:.\\d+)?)\\s*([a-zA-Z]{2})?\\s*$"
static pcre2_code *parse_regex = NULL;
#include "detect.h"
#include "detect-engine.h"
#include "util-hash.h"
-#include <pcre2.h>
#include "util-reference-config.h"
#include "conf.h"
#include "util-debug.h"
#include "util-time.h"
#include "conf.h"
-#include <pcre2.h>
#include "stream-tcp.h"
#include "stream-tcp-reassemble.h"