24#ifndef SURICATA_DETECT_FAST_PATTERN_H
25#define SURICATA_DETECT_FAST_PATTERN_H
void SupportFastPatternForSigMatchList(int list_id, int priority)
Lets one add a sm list id to be searched for potential fp supported keywords later.
void DetectEngineFreeFastPatternList(DetectEngineCtx *de_ctx)
int FastPatternSupportEnabledForSigMatchList(const DetectEngineCtx *de_ctx, const int list_id)
Checks if a particular buffer is in the list of lists that need to be searched for a keyword that has...
void DetectEngineInitializeFastPatternList(DetectEngineCtx *de_ctx)
void DetectEngineRegisterFastPatternForId(DetectEngineCtx *de_ctx, int list_id, int priority)
void SupportFastPatternForSigMatchTypes(void)
Registers the keywords(SMs) that should be given fp support.
void DetectFastPatternRegister(void)
Registration function for fast_pattern keyword.
main detection engine ctx