suricata
|
#include "detect.h"
Go to the source code of this file.
Typedefs | |
typedef uint8_t | DetectByteIndexType |
Functions | |
bool | DetectByteRetrieveSMVar (const char *, const Signature *, DetectByteIndexType *) |
Used to retrieve args from BM. More... | |
Definition in file detect-byte.h.
typedef uint8_t DetectByteIndexType |
Definition at line 28 of file detect-byte.h.
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().