wtap_hal
hal = (struct wtap_hal *)malloc(sizeof(struct wtap_hal),
static struct wtap_hal *hal;
struct wtap_hal *hal;
struct wtap_hal *hal = vis_plugin->base.wp_hal;
struct wtap_hal *hal = (struct wtap_hal *)vis_plugin->base.wp_hal;
struct wtap_hal *wp_hal;
new_wtap(struct wtap_hal *hal, int32_t id)
free_wtap(struct wtap_hal *hal, int32_t id)
struct wtap_hal *hal = arg;
wtap_hal_reset_tsf(struct wtap_hal *hal)
wtap_hal_get_tsf(struct wtap_hal *hal)
struct wtap_hal *hal = (struct wtap_hal *)arg;
hal = (struct wtap_hal *)arg;
init_hal(struct wtap_hal *hal)
register_plugin(struct wtap_hal *hal, struct wtap_plugin *plugin)
deregister_plugin(struct wtap_hal *hal)
deinit_hal(struct wtap_hal *hal)
void init_hal(struct wtap_hal *);
void deinit_hal(struct wtap_hal *);
void register_plugin(struct wtap_hal *, struct wtap_plugin *);
void deregister_plugin(struct wtap_hal *);
int32_t new_wtap(struct wtap_hal *, int32_t id);
int32_t free_wtap(struct wtap_hal *, int32_t id);
void wtap_hal_reset_tsf(struct wtap_hal *);
uint64_t wtap_hal_get_tsf(struct wtap_hal *);