suricata
|
#include "suricata-common.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine-prefilter-common.h"
#include "detect-engine-uint.h"
#include "util-byte.h"
#include "detect-tcpmss.h"
Go to the source code of this file.
Functions | |
void | DetectTcpmssFree (DetectEngineCtx *de_ctx, void *ptr) |
this function will free memory associated with DetectU16Data | |
void | DetectTcpmssRegisterTests (void) |
void | DetectTcpmssRegister (void) |
Registration function for tcpmss: keyword. | |
Definition in file detect-tcpmss.c.
void DetectTcpmssFree | ( | DetectEngineCtx * | de_ctx, |
void * | ptr | ||
) |
this function will free memory associated with DetectU16Data
ptr | pointer to DetectU16Data |
Definition at line 122 of file detect-tcpmss.c.
Referenced by DetectTcpmssRegister().
void DetectTcpmssRegister | ( | void | ) |
Registration function for tcpmss: keyword.
Definition at line 51 of file detect-tcpmss.c.
References SigTableElmt_::desc, DETECT_TCPMSS, DetectTcpmssFree(), SigTableElmt_::Free, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, SigTableElmt_::SetupPrefilter, sigmatch_table, SigTableElmt_::SupportsPrefilter, and SigTableElmt_::url.
Referenced by SigTableSetup().
void DetectTcpmssRegisterTests | ( | void | ) |