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

Go to the source code of this file.

Functions

void DetectSCTPVtagRegisterTests (void)
 
void DetectSCTPVtagRegister (void)
 

Detailed Description

Implements sctp.vtag keyword

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

Definition in file detect-sctp-vtag.c.

Function Documentation

◆ DetectSCTPVtagRegister()

void DetectSCTPVtagRegister ( void  )

Definition at line 52 of file detect-sctp-vtag.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectSCTPVtagRegisterTests()

void DetectSCTPVtagRegisterTests ( void  )