|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Bundles the callbacks and UI context required to drive a generic tap listener.
| tap_packet_cb _tapinfo_t::tap_packet |
Callback invoked once per matching packet to accumulate tap data.
| tap_reset_cb _tapinfo_t::tap_reset |
Callback invoked to reset accumulated tap data before a new pass.
| void* _tapinfo_t::ui |
Opaque pointer to the UI widget or context that consumes the tap data.