Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Classes | Typedefs
bluetooth_device_dialog.h File Reference
#include "config.h"
#include "wireshark_dialog.h"
#include <epan/cfile.h>
#include "epan/tap.h"
#include "epan/dissectors/packet-bluetooth.h"
#include <QMenu>
#include <QTableWidget>

Go to the source code of this file.

Classes

struct  _bluetooth_device_tapinfo_t
 Tap info block driving the Bluetooth Device dialog's live packet feed. More...
 
struct  _bluetooth_item_data_t
 Per-item metadata attached to a row in the Bluetooth Device dialog's packet list. More...
 
class  BluetoothDeviceDialog
 Dialog displaying detail information about a Bluetooth device. More...
 

Typedefs

typedef struct _bluetooth_device_tapinfo_t bluetooth_device_tapinfo_t
 Tap info block driving the Bluetooth Device dialog's live packet feed.
 
typedef struct _bluetooth_item_data_t bluetooth_item_data_t
 Per-item metadata attached to a row in the Bluetooth Device dialog's packet list.
 

Detailed Description

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Typedef Documentation

◆ bluetooth_device_tapinfo_t

Tap info block driving the Bluetooth Device dialog's live packet feed.

Registered with the Wireshark tap framework; receives a reset and a per-packet callback for every Bluetooth frame that matches the configured device address and adapter.

◆ bluetooth_item_data_t

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.