libtins  4.0
Public Member Functions | Public Attributes | List of all members
Tins::PDU::metadata Struct Reference

Type used to store a PDU header's data. More...

#include <pdu.h>

Public Member Functions

 metadata ()
 Default constructor.
 
 metadata (uint32_t header_size, PDUType current_type, PDUType next_type)
 Constructs an instance of metadata using the given values.
 

Public Attributes

uint32_t header_size
 
PDUType current_pdu_type
 
PDUType next_pdu_type
 

Detailed Description

Type used to store a PDU header's data.

Member Data Documentation

PDUType Tins::PDU::metadata::current_pdu_type

The current PDU type

uint32_t Tins::PDU::metadata::header_size

The total header size for the current protocol

PDUType Tins::PDU::metadata::next_pdu_type

The next PDU type


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