|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Tap info block driving the Bluetooth Devices dialog's live packet feed. More...
#include <bluetooth_devices_dialog.h>
Public Attributes | |
| tap_reset_cb | tap_reset |
| tap_packet_cb | tap_packet |
| void * | ui |
Tap info block driving the Bluetooth Devices dialog's live packet feed.
Registered with the Wireshark tap framework to receive reset and per-packet callbacks for all captured Bluetooth frames, populating the full device list.
| tap_packet_cb _bluetooth_devices_tapinfo_t::tap_packet |
Callback invoked once per Bluetooth packet to update the device list.
| tap_reset_cb _bluetooth_devices_tapinfo_t::tap_reset |
Callback invoked to clear the full device list between captures.
| void* _bluetooth_devices_tapinfo_t::ui |
Opaque pointer to the owning UI widget (typically a BluetoothDevicesDialog).