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

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

Detailed Description

Option header used to encode a single TLV option appended to a pcapng block.

Member Data Documentation

◆ type

uint16_t pcapng_option_header::type

Option type code identifying the meaning of this option's value.

◆ value_length

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.


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