suricata
detect-krb5-errcode.c File Reference
#include "suricata-common.h"
#include "util-unittest.h"
#include "util-byte.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-krb5-errcode.h"
#include "app-layer-krb5.h"
#include "rust.h"
Include dependency graph for detect-krb5-errcode.c:

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. More...
 

Functions

void DetectKrb5ErrCodeRegister (void)
 Registration function for krb5_err_code: keyword. More...
 

Detailed Description

Macro Definition Documentation

◆ PARSE_REGEX

#define PARSE_REGEX   "^\\s*([A-z0-9\\.]+|\"[A-z0-9_\\.]+\")\\s*$"

Regex for parsing our keyword options.

Definition at line 40 of file detect-krb5-errcode.c.

Function Documentation

◆ DetectKrb5ErrCodeRegister()

void DetectKrb5ErrCodeRegister ( void  )

Registration function for krb5_err_code: keyword.

This function is called once in the 'lifetime' of the engine.

Definition at line 59 of file detect-krb5-errcode.c.

References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_AL_KRB5_ERRCODE, SigTableElmt_::Match, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function: