suricata
|
#include "../suricata-common.h"
#include "../decode.h"
#include "../flow.h"
#include "../detect.h"
#include "detect-engine-build.h"
Go to the source code of this file.
Macros | |
#define | TEST_HEADER |
#define | TEST_RUN(buf, buflen, sig, match, steps) |
#define | TEST_FOOTER PASS |
Functions | |
void | DetectEngineContentInspectionRegisterTests (void) |
Variables | |
thread_local uint32_t | ut_inspection_recursion_counter |
Tests for the content inspection engine.
Definition in file detect-engine-content-inspection.c.
#define TEST_FOOTER PASS |
Definition at line 61 of file detect-engine-content-inspection.c.
#define TEST_HEADER |
Definition at line 35 of file detect-engine-content-inspection.c.
#define TEST_RUN | ( | buf, | |
buflen, | |||
sig, | |||
match, | |||
steps | |||
) |
Definition at line 41 of file detect-engine-content-inspection.c.
void DetectEngineContentInspectionRegisterTests | ( | void | ) |
Definition at line 317 of file detect-engine-content-inspection.c.
References UtRegisterTest().
thread_local uint32_t ut_inspection_recursion_counter |
Definition at line 68 of file detect-engine-content-inspection.c.