|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Per-item metadata attached to a row in the Bluetooth Device dialog's packet list. More...
#include <bluetooth_device_dialog.h>
Public Attributes | |
| uint32_t | interface_id |
| uint32_t | adapter_id |
| uint32_t | frame_number |
| int | changes |
Per-item metadata attached to a row in the Bluetooth Device dialog's packet list.
Stored as item data on each tree widget row so that the UI can map a row back to the originating capture frame and adapter.
| uint32_t _bluetooth_item_data_t::adapter_id |
Bluetooth adapter identifier of the frame that populated this row.
| int _bluetooth_item_data_t::changes |
Snapshot of the change counter at the time this row was created.
| uint32_t _bluetooth_item_data_t::frame_number |
Wireshark frame number of the packet that populated this row.
| uint32_t _bluetooth_item_data_t::interface_id |
Capture interface identifier of the frame that populated this row.