suricata
|
#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"
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... | |
Definition in file detect-icmpv6-mtu.c.
void DetectICMPv6mtuFree | ( | DetectEngineCtx * | de_ctx, |
void * | ptr | ||
) |
this function will free memory associated with DetectU32Data
ptr | pointer to DetectU32Data |
Definition at line 135 of file detect-icmpv6-mtu.c.
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().
void DetectICMPv6mtuRegisterTests | ( | void | ) |
this function registers unit tests for DetectICMPv6mtu
Definition at line 47 of file detect-icmpv6-mtu.c.
References UtRegisterTest().