24#ifndef SURICATA_DETECT_BSIZE_H
25#define SURICATA_DETECT_BSIZE_H
void DetectBsizeRegister(void)
Registration function for bsize: keyword.
int DetectBsizeMatch(const SigMatchCtx *ctx, const uint64_t buffer_size, bool eof)
bsize match function
bool DetectBsizeValidateContentCallback(const Signature *s, const SignatureInitDataBuffer *)
Used to start a pointer to SigMatch context Should never be dereferenced without casting to something...