suricata
|
#include "suricata-common.h"
#include "detect.h"
#include "detect-engine.h"
#include "detect-engine-buffer.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 | |
void | DetectIcmpv4HdrRegister (void) |
Registration function for icmpv4.hdr: keyword. | |
Definition in file detect-icmpv4hdr.c.
void DetectIcmpv4HdrRegister | ( | void | ) |
Registration function for icmpv4.hdr: keyword.
Definition at line 48 of file detect-icmpv4hdr.c.
References BUG_ON, SigTableElmt_::desc, DETECT_ICMPV4HDR, DetectBufferTypeRegister(), DetectBufferTypeSupportsPacket(), DetectEngineInspectPktBufferGeneric(), DetectIcmpv4HdrRegisterTests(), DetectPktInspectEngineRegister(), DetectPktMpmRegister(), SigTableElmt_::flags, SigTableElmt_::name, PrefilterGenericMpmPktRegister(), SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, 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().
Referenced by DetectIcmpv4HdrRegister().