|
suricata
|
#include "suricata-common.h"#include "suricata.h"#include "app-layer-detect-proto.h"#include "flow-util.h"#include "app-layer-parser.h"#include "util-unittest-helper.h"#include "util-byte.h"#include "conf-yaml-loader.h"#include "util-conf.h"#include "rust.h"
Go to the source code of this file.
Macros | |
| #define | HEADER_LEN 6 |
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
| int | LLVMFuzzerInitialize (int *argc, char ***argv) |
| SC_ATOMIC_EXTERN (unsigned int, engine_stage) | |
Variables | |
| AppLayerParserThreadCtx * | alp_tctx = NULL |
| const char * | configNoChecksum |
| const uint8_t | separator [] = {0x01, 0xD5, 0xCA, 0x7A} |
| SCInstance | surifuzz |
| AppProto | forceLayer = 0 |
| char * | target_suffix = NULL |
Definition in file fuzz_applayerparserparse.c.
| #define HEADER_LEN 6 |
Definition at line 19 of file fuzz_applayerparserparse.c.
| int LLVMFuzzerInitialize | ( | int * | argc, |
| char *** | argv | ||
| ) |
Definition at line 43 of file fuzz_applayerparserparse.c.
References target_suffix.
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
| size_t | size | ||
| ) |
Definition at line 53 of file fuzz_applayerparserparse.c.
| SC_ATOMIC_EXTERN | ( | unsigned int | , |
| engine_stage | |||
| ) |
| AppLayerParserThreadCtx* alp_tctx = NULL |
Definition at line 23 of file fuzz_applayerparserparse.c.
Referenced by LLVMFuzzerTestOneInput().
| const char* configNoChecksum |
Definition at line 1 of file confyaml.c.
Referenced by LLVMFuzzerTestOneInput().
| AppProto forceLayer = 0 |
Definition at line 39 of file fuzz_applayerparserparse.c.
Referenced by LLVMFuzzerTestOneInput().
| const uint8_t separator[] = {0x01, 0xD5, 0xCA, 0x7A} |
Definition at line 37 of file fuzz_applayerparserparse.c.
Referenced by LLVMFuzzerTestOneInput().
| SCInstance surifuzz |
Definition at line 38 of file fuzz_applayerparserparse.c.
Referenced by LLVMFuzzerTestOneInput().
| char* target_suffix = NULL |
Definition at line 40 of file fuzz_applayerparserparse.c.
Referenced by LLVMFuzzerInitialize(), and LLVMFuzzerTestOneInput().