|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Describes the parsed layout of a single TLV (Type-Length-Value) field.
| int32_t tlv_info_t::length |
Length in bytes of the TLV value field.
| uint8_t tlv_info_t::length_type |
Encoding of the length field: 0 = single byte, 1 = multi-byte.
| uint8_t tlv_info_t::size_of_length |
Number of bytes used to encode the TLV length field.
| uint8_t tlv_info_t::type |
TLV type identifier.
| uint8_t tlv_info_t::valid |
Validity flag for this TLV entry: 0 = invalid, 1 = valid.
| unsigned tlv_info_t::value_offset |
Byte offset to the start of the TLV value field within the enclosing buffer.