18#define ERF_POPULATE_SUCCESS 1
19#define ERF_POPULATE_ALREADY_POPULATED 0
20#define ERF_POPULATE_FAILED -1
22#define ERF_MAX_INTERFACES 8
35#define MIN_RECORDS_FOR_ERF_CHECK 3
36#define RECORDS_FOR_ERF_CHECK 20
39#define ERF_WS_DEFAULT_HOST_ID 0
wtap_open_return_val erf_open(wtap *wth, int *err, char **err_info)
Open an ERF file.
Definition erf.c:375
Private state maintained for ERF capture files and LINKTYPE_ERF packets in pcap/pcapng.
Definition erf.h:27
GHashTable * if_map
Definition erf.h:28
GHashTable * anchor_map
Definition erf.h:29
uint64_t capture_gentime
Definition erf.h:31
uint64_t host_gentime
Definition erf.h:32
uint64_t implicit_host_id
Definition erf.h:30
Definition wtap_module.h:58
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1851