suricata
SpmCtx_ Struct Reference

#include <util-spm.h>

Data Fields

uint8_t matcher
 
void * ctx
 

Detailed Description

Structure holding an immutable "built" SPM matcher (such as the Boyer-Moore tables, Hyperscan database etc) that is passed to the Scan call.

Definition at line 40 of file util-spm.h.

Field Documentation

◆ ctx

void* SpmCtx_::ctx

Definition at line 42 of file util-spm.h.

◆ matcher

uint8_t SpmCtx_::matcher

Definition at line 41 of file util-spm.h.

Referenced by SpmDestroyCtx(), and SpmScan().


The documentation for this struct was generated from the following file: