suricata
|
Go to the source code of this file.
Functions | |
void | DetectGidRegister (void) |
Registration function for gid: keyword. More... | |
void | GidRegisterTests (void) |
this function registers unit tests for Gid More... | |
Implements the gid keyword
Definition in file detect-gid.h.
void DetectGidRegister | ( | void | ) |
Registration function for gid: keyword.
Registration function for gid: keyword
Definition at line 45 of file detect-gid.c.
References SigTableElmt_::desc, DETECT_GID, DetectEngineAppendSig(), DetectEngineCtxFree(), DetectEngineCtxInit(), DOC_URL, DOC_VERSION, SigTableElmt_::Free, Signature_::gid, GidRegisterTests(), SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::RegisterTests, SC_ERR_INVALID_NUMERIC_VALUE, SC_ERR_INVALID_SIGNATURE, SCLogError, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
void GidRegisterTests | ( | void | ) |
this function registers unit tests for Gid
This function registers unit tests for Gid
Definition at line 174 of file detect-gid.c.
References UtRegisterTest().
Referenced by DetectGidRegister().