suricata
|
#include <util-spm.h>
Data Fields | |
uint8_t | matcher |
void * | ctx |
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.
void* SpmCtx_::ctx |
Definition at line 42 of file util-spm.h.
uint8_t SpmCtx_::matcher |
Definition at line 41 of file util-spm.h.