suricata
|
#include "suricata-common.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-buffer.h"
#include "detect-engine-mpm.h"
#include "detect-engine-prefilter.h"
#include "detect-engine-content-inspection.h"
#include "detect-fast-pattern.h"
#include "detect-ipv4hdr.h"
#include "tests/detect-ipv4hdr.c"
Go to the source code of this file.
Functions | |
void | DetectIpv4hdrRegisterTests (void) |
this function registers unit tests for DetectIpv4hdr | |
void | DetectIpv4hdrRegister (void) |
Registration function for ipv4.hdr: keyword. | |
Definition in file detect-ipv4hdr.c.
void DetectIpv4hdrRegister | ( | void | ) |
Registration function for ipv4.hdr: keyword.
Definition at line 51 of file detect-ipv4hdr.c.
References BUG_ON, SigTableElmt_::desc, DETECT_IPV4HDR, DetectBufferTypeRegister(), DetectBufferTypeSupportsPacket(), DetectEngineInspectPktBufferGeneric(), DetectIpv4hdrRegisterTests(), 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 DetectIpv4hdrRegisterTests | ( | void | ) |
this function registers unit tests for DetectIpv4hdr
Definition at line 44 of file detect-ipv4hdr.c.
References UtRegisterTest().
Referenced by DetectIpv4hdrRegister().