|
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-udphdr.h"#include "tests/detect-udphdr.c"
Go to the source code of this file.
Functions | |
| void | DetectUdphdrRegisterTests (void) |
| this function registers unit tests for DetectUdphdr | |
| void | DetectUdphdrRegister (void) |
| Registration function for udp.hdr: keyword. | |
Definition in file detect-udphdr.c.
| void DetectUdphdrRegister | ( | void | ) |
Registration function for udp.hdr: keyword.
Definition at line 50 of file detect-udphdr.c.
References BUG_ON, SigTableElmt_::desc, DETECT_UDPHDR, DetectBufferTypeRegister(), DetectBufferTypeSupportsPacket(), DetectEngineInspectPktBufferGeneric(), DetectPktInspectEngineRegister(), DetectPktMpmRegister(), DetectUdphdrRegisterTests(), SigTableElmt_::flags, SigTableElmt_::name, PrefilterGenericMpmPktRegister(), SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SIGMATCH_INFO_STICKY_BUFFER, SIGMATCH_NOOPT, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().


| void DetectUdphdrRegisterTests | ( | void | ) |
this function registers unit tests for DetectUdphdr
Definition at line 44 of file detect-udphdr.c.
References UtRegisterTest().
Referenced by DetectUdphdrRegister().

