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

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

Detailed Description

Interface Statistics Block (ISB) body encoding in a pcapng file, reporting per-interface capture statistics.

Member Data Documentation

◆ interface_id

uint32_t pcapng_interface_statistics_block_s::interface_id

Zero-based index of the interface (referencing a prior IDB) to which these statistics apply.

◆ timestamp_high

uint32_t pcapng_interface_statistics_block_s::timestamp_high

High 32 bits of the 64-bit timestamp of this statistics record.

◆ timestamp_low

uint32_t pcapng_interface_statistics_block_s::timestamp_low

Low 32 bits of the 64-bit timestamp of this statistics record.


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