suricata
rust-context.h File Reference
#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"
Include dependency graph for rust-context.h:
This graph shows which files directly or indirectly include this file:

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 SuricataContextSCGetContext (void)
 

Variables

const SuricataContext suricata_context
 

Typedef Documentation

◆ HttpRangeContainerBlock

Definition at line 1 of file rust-context.h.

◆ SuricataContext

◆ SuricataFileContext

Function Documentation

◆ SCGetContext()

const SuricataContext* SCGetContext ( void  )

Definition at line 44 of file rust-context.c.

References suricata_context.

Variable Documentation

◆ suricata_context

const SuricataContext suricata_context

Definition at line 25 of file rust-context.c.

Referenced by InitGlobal(), and SCGetContext().