Go to the source code of this file.
◆ TEST_FAIL [1/2]
#define TEST_FAIL |
( |
|
rule | ) |
|
Value: { \
SCLogNotice("rule: %s", rule); \
FAIL_IF_NOT_NULL(s); \
DetectEngineCtxFree(
de_ctx); \
}
DetectEngineCtx * DetectEngineCtxInit(void)
Signature * DetectEngineAppendSig(DetectEngineCtx *, const char *)
Parse and append a Signature into the Detection Engine Context signature list.
main detection engine ctx
Definition at line 28 of file detect-bsize.c.
◆ TEST_FAIL [2/2]
Value: { \
FAIL_IF_NOT_NULL(bsz); \
}
DetectUintData_u64 * DetectU64Parse(const char *u64str)
DetectUintData_u64 DetectU64Data
Definition at line 28 of file detect-bsize.c.
◆ TEST_OK [1/2]
Value: { \
SCLogNotice("rule: %s", rule); \
FAIL_IF_NULL(s); \
DetectEngineCtxFree(
de_ctx); \
}
Definition at line 20 of file detect-bsize.c.
◆ TEST_OK [2/2]
#define TEST_OK |
( |
|
str, |
|
|
|
m, |
|
|
|
lo, |
|
|
|
hi |
|
) |
| |
Value: { \
FAIL_IF_NULL(bsz); \
FAIL_IF_NOT(bsz->mode == (
m)); \
DetectBsizeFree(NULL, bsz); \
SCLogDebug(
"str %s OK", (
str)); \
}
Definition at line 20 of file detect-bsize.c.