suricata
detect-sctp-chunk-cnt.c File Reference
#include "suricata-common.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine-prefilter-common.h"
#include "detect-engine-build.h"
#include "detect-sctp-chunk-cnt.h"
#include "detect-engine-uint.h"
#include "util-byte.h"
#include "util-debug.h"
Include dependency graph for detect-sctp-chunk-cnt.c:

Go to the source code of this file.

Functions

void DetectSCTPChunkCntFree (DetectEngineCtx *, void *)
 
void DetectSCTPChunkCntRegister (void)
 

Detailed Description

Implements sctp.chunk_cnt keyword

Author: Giuseppe Longo glong.nosp@m.o@oi.nosp@m.sf.ne.nosp@m.t

Definition in file detect-sctp-chunk-cnt.c.

Function Documentation

◆ DetectSCTPChunkCntFree()

void DetectSCTPChunkCntFree ( DetectEngineCtx de_ctx,
void *  ptr 
)

Definition at line 91 of file detect-sctp-chunk-cnt.c.

◆ DetectSCTPChunkCntRegister()

void DetectSCTPChunkCntRegister ( void  )

Definition at line 48 of file detect-sctp-chunk-cnt.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function: