18#ifndef SURICATA_DETECT_ENGINE_BUILD_H
19#define SURICATA_DETECT_ENGINE_BUILD_H
22 bool app_decoder_events);
int SigPrepareStage4(DetectEngineCtx *de_ctx)
finalize preparing sgh's
void SigCleanSignatures(DetectEngineCtx *)
int SignatureIsFilemagicInspecting(const Signature *)
Check if a signature contains the filemagic keyword.
int SigPrepareStage2(DetectEngineCtx *de_ctx)
Fill the global src group head, with the sigs included.
int SigGroupBuild(DetectEngineCtx *)
Convert the signature list into the runtime match structure.
int SigGroupCleanup(DetectEngineCtx *de_ctx)
int SignatureIsFileMd5Inspecting(const Signature *)
Check if a signature contains the filemd5 keyword.
void SignatureSetType(DetectEngineCtx *de_ctx, Signature *s)
void PacketCreateMask(Packet *p, SignatureMask *mask, AppProto alproto, bool app_decoder_events)
int SigPrepareStage1(DetectEngineCtx *de_ctx)
Preprocess signature, classify ip-only, etc, build sig array.
int SignatureIsFilesizeInspecting(const Signature *)
Check if a signature contains the filesize keyword.
int SignatureIsFilestoring(const Signature *)
Check if a signature contains the filestore keyword.
int SignatureIsFileSha256Inspecting(const Signature *s)
Check if a signature contains the filesha256 keyword.
int SignatureIsFileSha1Inspecting(const Signature *s)
Check if a signature contains the filesha1 keyword.
int SigPrepareStage3(DetectEngineCtx *de_ctx)
int SigAddressCleanupStage1(DetectEngineCtx *de_ctx)
main detection engine ctx