Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_bluetooth_item_data_t Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ adapter_id

uint32_t _bluetooth_item_data_t::adapter_id

Bluetooth adapter identifier of the frame that populated this row.

◆ changes

int _bluetooth_item_data_t::changes

Snapshot of the change counter at the time this row was created.

◆ frame_number

uint32_t _bluetooth_item_data_t::frame_number

Wireshark frame number of the packet that populated this row.

◆ interface_id

uint32_t _bluetooth_item_data_t::interface_id

Capture interface identifier of the frame that populated this row.


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