|
suricata
|
#include "detect.h"

Go to the source code of this file.
Typedefs | |
| typedef uint8_t | DetectByteIndexType |
Functions | |
| bool | DetectByteRetrieveSMVar (const char *, const Signature *, int sm_list, 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, | ||
| int | sm_list, | ||
| DetectByteIndexType * | index | ||
| ) |
Used to retrieve args from BM.
| arg | The name of the variable being sought |
| s | The signature to check for the variable |
| sm_list | The caller's matching buffer |
| index | When found, the value of the slot within the byte vars |
| true | A match for the variable was found. |
| false |
Definition at line 41 of file detect-byte.c.
References SigMatch_::ctx, DetectByteExtractRetrieveSMVar(), and DetectByteMathRetrieveSMVar().
