suricata
|
#include "suricata-common.h"
#include "detect.h"
#include "util-classification-config.h"
#include "util-debug.h"
#include "util-unittest.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-msg.h"
Go to the source code of this file.
Functions | |
void | DetectMsgRegister (void) |
Implements the msg keyword
Definition in file detect-msg.c.
void DetectMsgRegister | ( | void | ) |
Definition at line 42 of file detect-msg.c.
References SigTableElmt_::desc, DETECT_MSG, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().