|
suricata
|
#include "suricata-common.h"#include "suricata.h"#include "detect-engine.h"#include "util-debug.h"#include "util-hash-lookup3.h"#include "util-mpm-hs-core.h"#include "util-mpm-hs-cache.h"#include "util-path.h"
Go to the source code of this file.
MPM pattern matcher that calls the Hyperscan regex matcher.
Definition in file util-mpm-hs-cache.c.