suricata
Dataset Struct Reference

#include <datasets.h>

Collaboration diagram for Dataset:

Data Fields

char name [DATASET_NAME_MAX_LEN+1]
 
enum DatasetTypes type
 
uint32_t id
 
bool from_yaml
 
bool hidden
 
bool remove_key
 
THashTableContexthash
 
char load [PATH_MAX]
 
char save [PATH_MAX]
 
struct Datasetnext
 

Detailed Description

Definition at line 47 of file datasets.h.

Field Documentation

◆ from_yaml

bool Dataset::from_yaml

Definition at line 51 of file datasets.h.

Referenced by DatasetReload(), and DatasetsInit().

◆ hash

◆ hidden

bool Dataset::hidden

Definition at line 52 of file datasets.h.

Referenced by DatasetPostReloadCleanup(), DatasetReload(), and DatasetSearchByName().

◆ id

uint32_t Dataset::id

Definition at line 50 of file datasets.h.

Referenced by DatasetAlloc(), and DatasetsInit().

◆ load

char Dataset::load[PATH_MAX]

◆ name

◆ next

◆ remove_key

bool Dataset::remove_key

Definition at line 53 of file datasets.h.

Referenced by DatajsonGet().

◆ save

char Dataset::save[PATH_MAX]

◆ type


The documentation for this struct was generated from the following file: