suricata
StringType Struct Reference

#include <datasets-string.h>

Collaboration diagram for StringType:

Data Fields

uint32_t len
 
union { 
 
   DataRepType   rep 
 
   DataJsonType   json 
 
};  
 
uint8_t * ptr
 

Detailed Description

Definition at line 30 of file datasets-string.h.

Field Documentation

◆ [union]

union { ... } StringType

◆ json

DataJsonType StringType::json

Definition at line 34 of file datasets-string.h.

Referenced by StringJsonGetLength(), and StringJsonSet().

◆ len

uint32_t StringType::len

Definition at line 31 of file datasets-string.h.

Referenced by StringCompare(), StringGetLength(), and StringSet().

◆ ptr

uint8_t* StringType::ptr

Definition at line 36 of file datasets-string.h.

Referenced by StringCompare(), StringJsonSet(), and StringSet().

◆ rep

DataRepType StringType::rep

Definition at line 33 of file datasets-string.h.

Referenced by StringSet().


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