|
suricata
|
#include "suricata-common.h"#include "util-unittest.h"#include "util-byte.h"#include "detect-parse.h"#include "detect-engine.h"#include "detect-krb5-msgtype.h"#include "rust.h"
Go to the source code of this file.
Macros | |
| #define | PARSE_REGEX "^\\s*([A-z0-9\\.]+|\"[A-z0-9_\\.]+\")\\s*$" |
| Regex for parsing our keyword options. | |
Functions | |
| void | DetectKrb5MsgTypeRegister (void) |
| Registration function for krb5_msg_type: keyword. | |
Definition in file detect-krb5-msgtype.c.
| #define PARSE_REGEX "^\\s*([A-z0-9\\.]+|\"[A-z0-9_\\.]+\")\\s*$" |
Regex for parsing our keyword options.
Definition at line 38 of file detect-krb5-msgtype.c.
| void DetectKrb5MsgTypeRegister | ( | void | ) |
Registration function for krb5_msg_type: keyword.
This function is called once in the 'lifetime' of the engine.
Definition at line 58 of file detect-krb5-msgtype.c.
References ALPROTO_KRB5, SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_KRB5_MSGTYPE, DetectAppLayerInspectEngineRegister(), DetectBufferTypeRegister(), DetectEngineInspectGenericList(), DetectSetupParseRegexes(), SigTableElmt_::Free, SigTableElmt_::Match, SigTableElmt_::name, PARSE_REGEX, SigTableElmt_::RegisterTests, SCLogDebug, SigTableElmt_::Setup, SIG_FLAG_TOCLIENT, SIG_FLAG_TOSERVER, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().

