|
|
@ -41,6 +41,11 @@
|
|
|
|
#include "util-path.h"
|
|
|
|
#include "util-path.h"
|
|
|
|
#include "util-conf.h"
|
|
|
|
#include "util-conf.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define DETECT_DATASET_CMD_SET 0
|
|
|
|
|
|
|
|
#define DETECT_DATASET_CMD_UNSET 1
|
|
|
|
|
|
|
|
#define DETECT_DATASET_CMD_ISNOTSET 2
|
|
|
|
|
|
|
|
#define DETECT_DATASET_CMD_ISSET 3
|
|
|
|
|
|
|
|
|
|
|
|
int DetectDatasetMatch (ThreadVars *, DetectEngineThreadCtx *, Packet *,
|
|
|
|
int DetectDatasetMatch (ThreadVars *, DetectEngineThreadCtx *, Packet *,
|
|
|
|
const Signature *, const SigMatchCtx *);
|
|
|
|
const Signature *, const SigMatchCtx *);
|
|
|
|
static int DetectDatasetSetup (DetectEngineCtx *, Signature *, const char *);
|
|
|
|
static int DetectDatasetSetup (DetectEngineCtx *, Signature *, const char *);
|
|
|
|