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

Bundles the callbacks and UI context required to drive a generic tap listener. More...

#include <bluetooth_att_server_attributes_dialog.h>

Public Attributes

tap_reset_cb tap_reset
tap_packet_cb tap_packet
void * ui

Detailed Description

Bundles the callbacks and UI context required to drive a generic tap listener.

Member Data Documentation

◆ tap_packet

tap_packet_cb _tapinfo_t::tap_packet

Callback invoked once per matching packet to accumulate tap data.

◆ tap_reset

tap_reset_cb _tapinfo_t::tap_reset

Callback invoked to reset accumulated tap data before a new pass.

◆ ui

void* _tapinfo_t::ui

Opaque pointer to the UI widget or context that consumes the tap data.


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