suricata
|
#include "suricata-common.h"
#include "util-unittest.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-target.h"
Go to the source code of this file.
Macros | |
#define | PARSE_REGEX "^\\s*(src_ip|dest_ip)\\s*$" |
Regex for parsing our keyword options. More... | |
Functions | |
void | DetectTargetRegister (void) |
Registration function for target keyword. More... | |
target keyword allow rules writer to specify information about target of the attack
Definition in file detect-target.c.
#define PARSE_REGEX "^\\s*(src_ip|dest_ip)\\s*$" |
Regex for parsing our keyword options.
Definition at line 38 of file detect-target.c.
void DetectTargetRegister | ( | void | ) |
Registration function for target keyword.
Definition at line 51 of file detect-target.c.
References SigTableElmt_::desc, DETECT_TARGET, SigTableElmt_::Match, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().