suricata
detect-sctp-chunk-type.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-type.h"
#include "detect-engine-uint.h"
#include "util-byte.h"
#include "util-debug.h"
Include dependency graph for detect-sctp-chunk-type.c:

Go to the source code of this file.

Functions

void DetectSCTPChunkTypeFree (DetectEngineCtx *, void *)
 
void DetectSCTPChunkTypeRegister (void)
 

Detailed Description

Implements sctp.chunk_type keyword support

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

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

Function Documentation

◆ DetectSCTPChunkTypeFree()

void DetectSCTPChunkTypeFree ( DetectEngineCtx de_ctx,
void *  ptr 
)

Definition at line 98 of file detect-sctp-chunk-type.c.

◆ DetectSCTPChunkTypeRegister()

void DetectSCTPChunkTypeRegister ( void  )

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

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

Referenced by SigTableSetup().

Here is the caller graph for this function: