suricata
|
#include "suricata-common.h"
#include "conf.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-content-inspection.h"
#include "detect-rfb-secresult.h"
#include "util-unittest.h"
#include "rust.h"
Go to the source code of this file.
Data Structures | |
struct | DetectRfbSecresultData_ |
struct | DetectRfbSecresult_ |
Macros | |
#define | PARSE_REGEX "\\S[A-z]" |
Typedefs | |
typedef struct DetectRfbSecresultData_ | DetectRfbSecresultData |
Enumerations | |
enum | { RFB_SECRESULT_OK = 0, RFB_SECRESULT_FAIL, RFB_SECRESULT_TOOMANY, RFB_SECRESULT_UNKNOWN } |
Functions | |
void | DetectRfbSecresultFree (DetectEngineCtx *, void *) |
void | DetectRfbSecresultRegister (void) |
Registration function for rfb.secresult: keyword. More... | |
Variables | |
struct DetectRfbSecresult_ | results [] |
Definition in file detect-rfb-secresult.c.
#define PARSE_REGEX "\\S[A-z]" |
Definition at line 36 of file detect-rfb-secresult.c.
typedef struct DetectRfbSecresultData_ DetectRfbSecresultData |
anonymous enum |
Enumerator | |
---|---|
RFB_SECRESULT_OK | |
RFB_SECRESULT_FAIL | |
RFB_SECRESULT_TOOMANY | |
RFB_SECRESULT_UNKNOWN |
Definition at line 76 of file detect-rfb-secresult.c.
void DetectRfbSecresultFree | ( | DetectEngineCtx * | de_ctx, |
void * | de_ptr | ||
) |
Definition at line 245 of file detect-rfb-secresult.c.
void DetectRfbSecresultRegister | ( | void | ) |
Registration function for rfb.secresult: keyword.
Definition at line 57 of file detect-rfb-secresult.c.
References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_AL_RFB_SECRESULT, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.
Referenced by SigTableSetup().
struct DetectRfbSecresult_ results[] |
Referenced by UTHCheckPacketMatchResults(), UTHGenericTest(), and UTHMatchPacketsWithResults().