suricata
detect-icmpv6-mtu.c File Reference
#include "suricata-common.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-icmpv6-mtu.h"
#include "detect-engine-uint.h"
#include "tests/detect-icmpv6-mtu.c"
Include dependency graph for detect-icmpv6-mtu.c:

Go to the source code of this file.

Functions

void DetectICMPv6mtuFree (DetectEngineCtx *de_ctx, void *ptr)
 this function will free memory associated with DetectU32Data More...
 
void DetectICMPv6mtuRegisterTests (void)
 this function registers unit tests for DetectICMPv6mtu More...
 
void DetectICMPv6mtuRegister (void)
 Registration function for icmpv6.mtu: keyword. More...
 

Detailed Description

Function Documentation

◆ DetectICMPv6mtuFree()

void DetectICMPv6mtuFree ( DetectEngineCtx de_ctx,
void *  ptr 
)

this function will free memory associated with DetectU32Data

Parameters
ptrpointer to DetectU32Data

Definition at line 133 of file detect-icmpv6-mtu.c.

◆ DetectICMPv6mtuRegister()

void DetectICMPv6mtuRegister ( void  )

Registration function for icmpv6.mtu: keyword.

Definition at line 48 of file detect-icmpv6-mtu.c.

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

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectICMPv6mtuRegisterTests()

void DetectICMPv6mtuRegisterTests ( void  )

this function registers unit tests for DetectICMPv6mtu

Definition at line 47 of file detect-icmpv6-mtu.c.

References UtRegisterTest().

Here is the call graph for this function: