suricata
DataValue Struct Reference

Structure contains a list of value and lengths for robust data processing. More...

#include <util-decode-mime.h>

Collaboration diagram for DataValue:

Data Fields

uint8_t * value
 
uint32_t value_len
 
struct DataValuenext
 

Detailed Description

Structure contains a list of value and lengths for robust data processing.

Definition at line 176 of file util-decode-mime.h.

Field Documentation

◆ next

struct DataValue* DataValue::next

Pointer to next value in the list

Definition at line 179 of file util-decode-mime.h.

◆ value

uint8_t* DataValue::value

Copy of data value

Definition at line 177 of file util-decode-mime.h.

◆ value_len

uint32_t DataValue::value_len

Length of data value

Definition at line 178 of file util-decode-mime.h.


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