suricata
detect-ja4-hash.c File Reference
#include "suricata-common.h"
#include "threads.h"
#include "decode.h"
#include "detect.h"
#include "detect-parse.h"
#include "detect-engine.h"
#include "detect-engine-mpm.h"
#include "detect-engine-prefilter.h"
#include "detect-ja4-hash.h"
#include "util-ja4.h"
#include "app-layer-ssl.h"
Include dependency graph for detect-ja4-hash.c:

Go to the source code of this file.

Functions

int Ja4IsDisabled (const char *type)
 
void DetectJa4HashRegister (void)
 Registration function for keyword: ja4.hash. More...
 

Detailed Description

Author
Sascha Steinbiss sasch.nosp@m.a@st.nosp@m.einbi.nosp@m.ss.n.nosp@m.ame

Implements support for ja4.hash keyword.

Definition in file detect-ja4-hash.c.

Function Documentation

◆ DetectJa4HashRegister()

void DetectJa4HashRegister ( void  )

Registration function for keyword: ja4.hash.

Definition at line 63 of file detect-ja4-hash.c.

References SigTableElmt_::alias, SigTableElmt_::desc, DETECT_AL_JA4_HASH, SigTableElmt_::name, SigTableElmt_::Setup, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ Ja4IsDisabled()

int Ja4IsDisabled ( const char *  type)