suricata
detect-base64-decode.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DetectBase64DecodeRegister (void)
 
int DetectBase64DecodeDoMatch (DetectEngineThreadCtx *, const Signature *, const SigMatchData *, const uint8_t *, uint32_t)
 

Function Documentation

◆ DetectBase64DecodeDoMatch()

int DetectBase64DecodeDoMatch ( DetectEngineThreadCtx det_ctx,
const Signature s,
const SigMatchData smd,
const uint8_t *  payload,
uint32_t  payload_len 
)

◆ DetectBase64DecodeRegister()

void DetectBase64DecodeRegister ( void  )