Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
tlv_info_t Struct Reference

Describes the parsed layout of a single TLV (Type-Length-Value) field. More...

#include <wimax_tlv.h>

Public Attributes

uint8_t valid
uint8_t type
uint8_t length_type
uint8_t size_of_length
unsigned value_offset
int32_t length

Detailed Description

Describes the parsed layout of a single TLV (Type-Length-Value) field.

Member Data Documentation

◆ length

int32_t tlv_info_t::length

Length in bytes of the TLV value field.

◆ length_type

uint8_t tlv_info_t::length_type

Encoding of the length field: 0 = single byte, 1 = multi-byte.

◆ size_of_length

uint8_t tlv_info_t::size_of_length

Number of bytes used to encode the TLV length field.

◆ type

uint8_t tlv_info_t::type

TLV type identifier.

◆ valid

uint8_t tlv_info_t::valid

Validity flag for this TLV entry: 0 = invalid, 1 = valid.

◆ value_offset

unsigned tlv_info_t::value_offset

Byte offset to the start of the TLV value field within the enclosing buffer.


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