![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Public Attributes | |
bool | byte_swapped |
uint16_t | version_major |
uint16_t | version_minor |
GArray * | interfaces |
int64_t | shb_off |
GHashTable * | custom_block_data |
GHashTable * | local_block_data |
bool section_info_t::byte_swapped |
true if this section is not in the reading host's byte order
GHashTable* section_info_t::custom_block_data |
Table, indexed by PEN, for custom block data
GArray* section_info_t::interfaces |
Interfaces found in this section
GHashTable* section_info_t::local_block_data |
Table, indexed by block type, for local block data
int64_t section_info_t::shb_off |
File offset of the SHB for this section
uint16_t section_info_t::version_major |
Major version number of this section
uint16_t section_info_t::version_minor |
Minor version number of this section