suricata
detect-engine-helper.h File Reference
#include "app-layer-protos.h"
#include "detect.h"
#include "rust.h"
Include dependency graph for detect-engine-helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef bool(* SimpleGetTxBuffer) (void *, uint8_t, const uint8_t **, uint32_t *)
 
typedef bool(* MultiGetTxBuffer) (void *, uint8_t, uint32_t, const uint8_t **, uint32_t *)
 

Functions

int DetectHelperKeywordRegister (const SCSigTableElmt *kw)
 
int DetectHelperBufferRegister (const char *name, AppProto alproto, bool toclient, bool toserver)
 
InspectionBufferDetectHelperGetData (struct DetectEngineThreadCtx_ *det_ctx, const DetectEngineTransforms *transforms, Flow *f, const uint8_t flow_flags, void *txv, const int list_id, SimpleGetTxBuffer GetBuf)
 
int DetectHelperBufferMpmRegister (const char *name, const char *desc, AppProto alproto, bool toclient, bool toserver, InspectionBufferGetDataPtr GetData)
 
int DetectHelperMultiBufferMpmRegister (const char *name, const char *desc, AppProto alproto, bool toclient, bool toserver, InspectionMultiBufferGetDataPtr GetData)
 
InspectionBufferDetectHelperGetMultiData (struct DetectEngineThreadCtx_ *det_ctx, const DetectEngineTransforms *transforms, Flow *f, const uint8_t flow_flags, void *txv, const int list_id, uint32_t index, MultiGetTxBuffer GetBuf)
 

Detailed Description

Typedef Documentation

◆ MultiGetTxBuffer

typedef bool(* MultiGetTxBuffer) (void *, uint8_t, uint32_t, const uint8_t **, uint32_t *)

Definition at line 35 of file detect-engine-helper.h.

◆ SimpleGetTxBuffer

typedef bool(* SimpleGetTxBuffer) (void *, uint8_t, const uint8_t **, uint32_t *)

Definition at line 34 of file detect-engine-helper.h.

Function Documentation

◆ DetectHelperBufferMpmRegister()

int DetectHelperBufferMpmRegister ( const char *  name,
const char *  desc,
AppProto  alproto,
bool  toclient,
bool  toserver,
InspectionBufferGetDataPtr  GetData 
)

Definition at line 65 of file detect-engine-helper.c.

◆ DetectHelperBufferRegister()

int DetectHelperBufferRegister ( const char *  name,
AppProto  alproto,
bool  toclient,
bool  toserver 
)

◆ DetectHelperGetData()

InspectionBuffer* DetectHelperGetData ( struct DetectEngineThreadCtx_ det_ctx,
const DetectEngineTransforms transforms,
Flow f,
const uint8_t  flow_flags,
void *  txv,
const int  list_id,
SimpleGetTxBuffer  GetBuf 
)

◆ DetectHelperGetMultiData()

InspectionBuffer* DetectHelperGetMultiData ( struct DetectEngineThreadCtx_ det_ctx,
const DetectEngineTransforms transforms,
Flow f,
const uint8_t  flow_flags,
void *  txv,
const int  list_id,
uint32_t  index,
MultiGetTxBuffer  GetBuf 
)

◆ DetectHelperKeywordRegister()

◆ DetectHelperMultiBufferMpmRegister()

int DetectHelperMultiBufferMpmRegister ( const char *  name,
const char *  desc,
AppProto  alproto,
bool  toclient,
bool  toserver,
InspectionMultiBufferGetDataPtr  GetData 
)

Definition at line 84 of file detect-engine-helper.c.