suricata
|
#include "suricata-common.h"
#include "detect.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-icmpv4hdr.h"
#include "detect-engine-prefilter.h"
#include "tests/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... | |
Definition in file detect-icmpv4hdr.c.
void DetectIcmpv4HdrRegister | ( | void | ) |
Registration function for icmpv4.hdr: keyword.
Definition at line 47 of file detect-icmpv4hdr.c.
References SigTableElmt_::desc, DETECT_ICMPV4HDR, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
void DetectIcmpv4HdrRegisterTests | ( | void | ) |
this function registers unit tests for DetectIcmpv4Hdr
Definition at line 42 of file detect-icmpv4hdr.c.
References UtRegisterTest().