|
suricata
|
#include "suricata-common.h"#include "detect.h"#include "detect-parse.h"#include "detect-content.h"#include "detect-engine.h"#include "detect-engine-buffer.h"#include "detect-engine-uint.h"#include "detect-engine-mpm.h"#include "detect-engine-prefilter.h"#include "detect-engine-content-inspection.h"#include "detect-engine-helper.h"#include "detect-http2.h"#include "util-byte.h"#include "rust.h"#include "util-profiling.h"#include "tests/detect-http2.c"
Go to the source code of this file.
Functions | |
| void | DetectHTTP2frameTypeRegisterTests (void) |
| this function registers unit tests for DetectHTTP2frameType More... | |
| void | DetectHTTP2errorCodeRegisterTests (void) |
| void | DetectHTTP2priorityRegisterTests (void) |
| void | DetectHTTP2windowRegisterTests (void) |
| void | DetectHTTP2settingsRegisterTests (void) |
| void | DetectHTTP2sizeUpdateRegisterTests (void) |
| void | DetectHTTP2frametypeFree (DetectEngineCtx *de_ctx, void *ptr) |
| this function will free memory associated with uint8_t More... | |
| void | DetectHTTP2errorcodeFree (DetectEngineCtx *de_ctx, void *ptr) |
| this function will free memory associated with uint32_t More... | |
| void | DetectHTTP2priorityFree (DetectEngineCtx *de_ctx, void *ptr) |
| this function will free memory associated with uint32_t More... | |
| void | DetectHTTP2windowFree (DetectEngineCtx *de_ctx, void *ptr) |
| this function will free memory associated with uint32_t More... | |
| void | DetectHTTP2sizeUpdateFree (DetectEngineCtx *de_ctx, void *ptr) |
| this function will free memory associated with uint32_t More... | |
| void | DetectHTTP2settingsFree (DetectEngineCtx *de_ctx, void *ptr) |
| this function will free memory associated with rust signature context More... | |
| void | DetectHTTP2RegisterTests (void) |
| void | DetectHttp2Register (void) |
| Registration function for HTTP2 keywords. More... | |
Definition in file detect-http2.c.
| void DetectHTTP2errorcodeFree | ( | DetectEngineCtx * | de_ctx, |
| void * | ptr | ||
| ) |
this function will free memory associated with uint32_t
| ptr | pointer to uint32_t |
Definition at line 314 of file detect-http2.c.
| void DetectHTTP2errorCodeRegisterTests | ( | void | ) |
Definition at line 68 of file detect-http2.c.
References UtRegisterTest().

| void DetectHTTP2frametypeFree | ( | DetectEngineCtx * | de_ctx, |
| void * | ptr | ||
| ) |
this function will free memory associated with uint8_t
| ptr | pointer to uint8_t |
Definition at line 260 of file detect-http2.c.
| void DetectHTTP2frameTypeRegisterTests | ( | void | ) |
this function registers unit tests for DetectHTTP2frameType
Definition at line 46 of file detect-http2.c.
References UtRegisterTest().

| void DetectHTTP2priorityFree | ( | DetectEngineCtx * | de_ctx, |
| void * | ptr | ||
| ) |
this function will free memory associated with uint32_t
| ptr | pointer to DetectU8Data |
Definition at line 366 of file detect-http2.c.
| void DetectHTTP2priorityRegisterTests | ( | void | ) |
Definition at line 90 of file detect-http2.c.
References UtRegisterTest().

| void DetectHttp2Register | ( | void | ) |
Registration function for HTTP2 keywords.
Definition at line 104 of file detect-http2.c.
References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_HTTP2_FRAMETYPE, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().

| void DetectHTTP2RegisterTests | ( | void | ) |
| void DetectHTTP2settingsFree | ( | DetectEngineCtx * | de_ctx, |
| void * | ptr | ||
| ) |
this function will free memory associated with rust signature context
| ptr | pointer to rust signature context |
Definition at line 523 of file detect-http2.c.
| void DetectHTTP2settingsRegisterTests | ( | void | ) |
Definition at line 135 of file detect-http2.c.
References UtRegisterTest().

| void DetectHTTP2sizeUpdateFree | ( | DetectEngineCtx * | de_ctx, |
| void * | ptr | ||
| ) |
this function will free memory associated with uint32_t
| ptr | pointer to DetectU8Data |
Definition at line 471 of file detect-http2.c.
| void DetectHTTP2sizeUpdateRegisterTests | ( | void | ) |
Definition at line 158 of file detect-http2.c.
References UtRegisterTest().

| void DetectHTTP2windowFree | ( | DetectEngineCtx * | de_ctx, |
| void * | ptr | ||
| ) |
this function will free memory associated with uint32_t
| ptr | pointer to DetectU8Data |
Definition at line 419 of file detect-http2.c.
| void DetectHTTP2windowRegisterTests | ( | void | ) |
Definition at line 112 of file detect-http2.c.
References UtRegisterTest().
