|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Private state maintained for ERF capture files and LINKTYPE_ERF packets in pcap/pcapng. More...
#include <erf.h>
Public Attributes | |
| GHashTable * | if_map |
| GHashTable * | anchor_map |
| uint64_t | implicit_host_id |
| uint64_t | capture_gentime |
| uint64_t | host_gentime |
Private state maintained for ERF capture files and LINKTYPE_ERF packets in pcap/pcapng.
| GHashTable* erf_private::anchor_map |
Hash table mapping ERF anchor IDs to associated metadata records.
| uint64_t erf_private::capture_gentime |
Generation timestamp of the capture-level metadata, in ERF time format.
| uint64_t erf_private::host_gentime |
Generation timestamp of the host-level metadata, in ERF time format.
| GHashTable* erf_private::if_map |
Hash table mapping ERF interface IDs to wtap_interface_info records.
| uint64_t erf_private::implicit_host_id |
Host ID inferred implicitly when no explicit Host ID extension header is present.