|
suricata
|
#include "suricata-common.h"#include "detect.h"#include "detect-engine.h"#include "detect-engine-buffer.h"#include "detect-engine-mpm.h"#include "detect-igmphdr.h"#include "detect-engine-prefilter.h"#include "tests/detect-igmphdr.c"
Go to the source code of this file.
Functions | |
| void | DetectIGMPHdrRegisterTests (void) |
| register tests More... | |
| void | DetectIGMPHdrRegister (void) |
| Registration function for igmp.hdr: keyword. More... | |
| void DetectIGMPHdrRegister | ( | void | ) |
Registration function for igmp.hdr: keyword.
Definition at line 46 of file detect-igmphdr.c.
References SigTableElmt_::desc, DETECT_IGMPHDR, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().

| void DetectIGMPHdrRegisterTests | ( | void | ) |
register tests
Definition at line 42 of file detect-igmphdr.c.
References UtRegisterTest().
