suricata
detect-mqtt-type.c File Reference
#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-mqtt-type.h"
#include "util-unittest.h"
#include "rust.h"
Include dependency graph for detect-mqtt-type.c:

Go to the source code of this file.

Functions

void MQTTTypeRegisterTests (void)
 this function registers unit tests for MQTTType More...
 
void DetectMQTTTypeFree (DetectEngineCtx *de_ctx, void *)
 
void DetectMQTTTypeRegister (void)
 Registration function for mqtt.type: keyword. More...
 

Detailed Description

Function Documentation

◆ DetectMQTTTypeFree()

void DetectMQTTTypeFree ( DetectEngineCtx de_ctx,
void *  de_ptr 
)

Definition at line 170 of file detect-mqtt-type.c.

References SCFree.

◆ DetectMQTTTypeRegister()

void DetectMQTTTypeRegister ( void  )

Registration function for mqtt.type: keyword.

Definition at line 48 of file detect-mqtt-type.c.

References SigTableElmt_::AppLayerTxMatch, SigTableElmt_::desc, DETECT_AL_MQTT_TYPE, SigTableElmt_::name, sigmatch_table, and SigTableElmt_::url.

Referenced by SigTableSetup().

Here is the caller graph for this function:

◆ MQTTTypeRegisterTests()

void MQTTTypeRegisterTests ( void  )

this function registers unit tests for MQTTType

Definition at line 249 of file detect-mqtt-type.c.

References UtRegisterTest().

Here is the call graph for this function: