Go to the documentation of this file.
18 #include "../suricata-common.h"
20 #include "../detect.h"
21 #include "../detect-parse.h"
22 #include "../detect-engine-prefilter-common.h"
24 #include "../detect-tcphdr.h"
26 #include "../util-unittest.h"
28 static int DetectTcphdrParseTest01 (
void)
34 "alert tcp any any -> any any (tcp.hdr; content:\"A\"; sid:1; rev:1;)");
46 UtRegisterTest(
"DetectTcphdrParseTest01", DetectTcphdrParseTest01);
#define FAIL_IF_NULL(expr)
Fail a test if expression evaluates to NULL.
void UtRegisterTest(const char *name, int(*TestFn)(void))
Register unit test.
main detection engine ctx
void DetectEngineCtxFree(DetectEngineCtx *)
Free a DetectEngineCtx::
void DetectTcphdrRegisterTests(void)
this function registers unit tests for DetectTcphdr
Signature * DetectEngineAppendSig(DetectEngineCtx *, const char *)
Parse and append a Signature into the Detection Engine Context signature list.
#define PASS
Pass the test.
DetectEngineCtx * DetectEngineCtxInit(void)