13#ifndef __W_ERF_COMMON_H__
14#define __W_ERF_COMMON_H__
erf_t * erf_priv_create(void)
Create a new erf_priv structure.
Definition erf.c:271
erf_t * erf_priv_free(erf_t *erf_priv)
Frees an erf_t structure and its associated resources.
Definition erf.c:285
int erf_populate_interface_from_header(erf_t *erf_priv, wtap *wth, union wtap_pseudo_header *pseudo_header, int *err, char **err_info)
Populates interface information from ERF header.
Definition erf.c:2143
Private state maintained for ERF capture files and LINKTYPE_ERF packets in pcap/pcapng.
Definition erf.h:27
Definition wtap_module.h:58