suricata
|
Go to the source code of this file.
Data Structures | |
struct | DetectIdData_ |
Macros | |
#define | DETECT_IPID_MIN 0 |
#define | DETECT_IPID_MAX 65536 |
Typedefs | |
typedef struct DetectIdData_ | DetectIdData |
Functions | |
void | DetectIdRegister (void) |
Registration function for keyword: id. | |
Definition in file detect-id.h.
#define DETECT_IPID_MAX 65536 |
Definition at line 28 of file detect-id.h.
#define DETECT_IPID_MIN 0 |
Definition at line 27 of file detect-id.h.
typedef struct DetectIdData_ DetectIdData |
void DetectIdRegister | ( | void | ) |
Registration function for keyword: id.
Definition at line 65 of file detect-id.c.
References SigTableElmt_::desc, DETECT_ID, DetectIdFree(), DetectSetupParseRegexes(), SigTableElmt_::Free, SigTableElmt_::Match, SigTableElmt_::name, PARSE_REGEX, SigTableElmt_::RegisterTests, SigTableElmt_::Setup, SigTableElmt_::SetupPrefilter, sigmatch_table, SigTableElmt_::SupportsPrefilter, and SigTableElmt_::url.
Referenced by SigTableSetup().