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

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

Detailed Description

Private state maintained for ERF capture files and LINKTYPE_ERF packets in pcap/pcapng.

Member Data Documentation

◆ anchor_map

GHashTable* erf_private::anchor_map

Hash table mapping ERF anchor IDs to associated metadata records.

◆ capture_gentime

uint64_t erf_private::capture_gentime

Generation timestamp of the capture-level metadata, in ERF time format.

◆ host_gentime

uint64_t erf_private::host_gentime

Generation timestamp of the host-level metadata, in ERF time format.

◆ if_map

GHashTable* erf_private::if_map

Hash table mapping ERF interface IDs to wtap_interface_info records.

◆ implicit_host_id

uint64_t erf_private::implicit_host_id

Host ID inferred implicitly when no explicit Host ID extension header is present.


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