suricata
|
#include "flow.h"
#include "detect.h"
#include "detect-engine-state.h"
#include "app-layer-ike.h"
#include "app-layer-tftp.h"
#include "util-debug.h"
#include "util-file.h"
Go to the source code of this file.
Data Structures | |
struct | SuricataContext_ |
struct | SuricataFileContext_ |
Typedefs | |
typedef struct HttpRangeContainerBlock | HttpRangeContainerBlock |
typedef struct SuricataContext_ | SuricataContext |
typedef struct SuricataFileContext_ | SuricataFileContext |
Functions | |
const SuricataContext * | SCGetContext (void) |
Variables | |
const SuricataContext | suricata_context |
typedef struct HttpRangeContainerBlock HttpRangeContainerBlock |
Definition at line 1 of file rust-context.h.
typedef struct SuricataContext_ SuricataContext |
typedef struct SuricataFileContext_ SuricataFileContext |
const SuricataContext* SCGetContext | ( | void | ) |
Definition at line 44 of file rust-context.c.
References suricata_context.
const SuricataContext suricata_context |
Definition at line 25 of file rust-context.c.
Referenced by InitGlobal(), and SCGetContext().