suricata
MimeDecStackNode Struct Reference

Structure contains boundary and entity for the current node (entity) in the stack. More...

#include <util-decode-mime.h>

Collaboration diagram for MimeDecStackNode:

Data Fields

MimeDecEntitydata
 
uint8_t * bdef
 
uint16_t bdef_len
 
bool is_encap
 
struct MimeDecStackNodenext
 

Detailed Description

Structure contains boundary and entity for the current node (entity) in the stack.

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

Field Documentation

◆ bdef

uint8_t* MimeDecStackNode::bdef

Copy of boundary definition for child entity

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

◆ bdef_len

uint16_t MimeDecStackNode::bdef_len

Boundary length for child entity

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

◆ data

MimeDecEntity* MimeDecStackNode::data

Pointer to the entity data structure

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

Referenced by MimeDecDeInitParser(), and SMTPProcessDataChunk().

◆ is_encap

bool MimeDecStackNode::is_encap

Flag indicating entity is encapsulated in message

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

◆ next

struct MimeDecStackNode* MimeDecStackNode::next

Pointer to next item on the stack

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


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