|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Option header used to encode a single TLV option appended to a pcapng block. More...
#include <pcapng.h>
Public Attributes | |
| uint16_t | type |
| uint16_t | value_length |
Option header used to encode a single TLV option appended to a pcapng block.
| uint16_t pcapng_option_header::type |
Option type code identifying the meaning of this option's value.
| uint16_t pcapng_option_header::value_length |
Length in bytes of the option value that follows this header; padded to a 4-byte boundary in the file.