suricata
detect-icmpv4hdr.c File Reference
#include "suricata-common.h"
#include "detect.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-icmpv4hdr.h"
#include "tests/detect-icmpv4hdr.c"
Include dependency graph for detect-icmpv4hdr.c:

Go to the source code of this file.

Functions

void DetectIcmpv4HdrRegisterTests (void)
 this function registers unit tests for DetectIcmpv4Hdr More...
 
void DetectIcmpv4HdrRegister (void)
 Registration function for icmpv4.hdr: keyword. More...
 

Detailed Description

Author
Jeff Lucovsky jeff@.nosp@m.luco.nosp@m.vsky..nosp@m.org

Definition in file detect-icmpv4hdr.c.

Function Documentation

◆ DetectIcmpv4HdrRegister()

void DetectIcmpv4HdrRegister ( void  )

Registration function for icmpv4.hdr: keyword.

Definition at line 46 of file detect-icmpv4hdr.c.

References SigTableElmt_::desc, DETECT_ICMPV4HDR, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ DetectIcmpv4HdrRegisterTests()

void DetectIcmpv4HdrRegisterTests ( void  )

this function registers unit tests for DetectIcmpv4Hdr

Definition at line 42 of file detect-icmpv4hdr.c.

References UtRegisterTest().

Here is the call graph for this function: