suricata
detect-tcp-wscale.c File Reference
#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-tcp-wscale.h"
Include dependency graph for detect-tcp-wscale.c:

Go to the source code of this file.

Functions

void DetectTcpWscaleFree (DetectEngineCtx *de_ctx, void *ptr)
 this function will free memory associated with DetectU8Data More...
 
void DetectTcpWscaleRegister (void)
 Registration function for tcp.wscale keyword. More...
 

Detailed Description

Author
Victor Julien vjuli.nosp@m.en@o.nosp@m.isf.n.nosp@m.et

Definition in file detect-tcp-wscale.c.

Function Documentation

◆ DetectTcpWscaleFree()

void DetectTcpWscaleFree ( DetectEngineCtx de_ctx,
void *  ptr 
)

this function will free memory associated with DetectU8Data

Parameters
ptrpointer to DetectU8Data

Definition at line 122 of file detect-tcp-wscale.c.

◆ DetectTcpWscaleRegister()

void DetectTcpWscaleRegister ( void  )

Registration function for tcp.wscale keyword.

Definition at line 47 of file detect-tcp-wscale.c.

References SigTableElmt_::desc, DETECT_TCP_WSCALE, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: