suricata
MimeDecStack Struct Reference

Structure holds the top of the stack along with some free reusable nodes. More...

#include <util-decode-mime.h>

Collaboration diagram for MimeDecStack:

Data Fields

MimeDecStackNodetop
 
MimeDecStackNodefree_nodes
 
uint32_t free_nodes_cnt
 

Detailed Description

Structure holds the top of the stack along with some free reusable nodes.

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

Field Documentation

◆ free_nodes

MimeDecStackNode* MimeDecStack::free_nodes

Pointer to the list of free nodes

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

◆ free_nodes_cnt

uint32_t MimeDecStack::free_nodes_cnt

Count of free nodes in the list

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

◆ top

MimeDecStackNode* MimeDecStack::top

Pointer to the top of the stack

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

Referenced by MimeDecDeInitParser(), and SMTPProcessDataChunk().


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