suricata
|
#include "suricata-common.h"
#include "rust.h"
#include "detect-byte.h"
#include "detect-byte-extract.h"
#include "detect-bytemath.h"
Go to the source code of this file.
Functions | |
bool | DetectByteRetrieveSMVar (const char *arg, const Signature *s, DetectByteIndexType *index) |
Used to retrieve args from BM. More... | |
Definition in file detect-byte.c.
bool DetectByteRetrieveSMVar | ( | const char * | arg, |
const Signature * | s, | ||
DetectByteIndexType * | index | ||
) |
Used to retrieve args from BM.
arg | The name of the variable being sought |
s | The signature to check for the variable |
index | When found, the value of the slot within the byte vars |
true | A match for the variable was found. |
false |
Definition at line 40 of file detect-byte.c.
References SigMatch_::ctx, DetectByteExtractRetrieveSMVar(), and DetectByteMathRetrieveSMVar().