|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Interface Statistics Block (ISB) body encoding in a pcapng file, reporting per-interface capture statistics. More...
#include <pcapng.h>
Public Attributes | |
| uint32_t | interface_id |
| uint32_t | timestamp_high |
| uint32_t | timestamp_low |
Interface Statistics Block (ISB) body encoding in a pcapng file, reporting per-interface capture statistics.
| uint32_t pcapng_interface_statistics_block_s::interface_id |
Zero-based index of the interface (referencing a prior IDB) to which these statistics apply.
| uint32_t pcapng_interface_statistics_block_s::timestamp_high |
High 32 bits of the 64-bit timestamp of this statistics record.
| uint32_t pcapng_interface_statistics_block_s::timestamp_low |
Low 32 bits of the 64-bit timestamp of this statistics record.