10#ifndef BLUETOOTH_DEVICES_DIALOG_H
11#define BLUETOOTH_DEVICES_DIALOG_H
108 Ui::BluetoothDevicesDialog *ui;
120 static void tapReset(
void *tapinfo_ptr);
143 void on_tableTreeWidget_itemActivated(QTreeWidgetItem *item,
int);
149 void on_buttonBox_clicked(QAbstractButton *button);
152 void on_actionMark_Unmark_Cell_triggered();
155 void on_actionMark_Unmark_Row_triggered();
158 void on_actionCopy_Cell_triggered();
161 void on_actionCopy_Rows_triggered();
164 void on_actionCopy_All_triggered();
167 void on_actionSave_as_image_triggered();
173 void tableContextMenu(
const QPoint &pos);
180 void tableItemDoubleClicked(QTreeWidgetItem *item,
int column);
186 void interfaceCurrentIndexChanged(
int index);
193 void showInformationStepsChanged(
int state);
struct _bluetooth_devices_tapinfo_t bluetooth_devices_tapinfo_t
Tap info block driving the Bluetooth Devices dialog's live packet feed.
A dialog that displays Bluetooth device information from a live or saved capture.
Definition bluetooth_devices_dialog.h:48
void keyPressEvent(QKeyEvent *event)
Handle key press events.
Definition bluetooth_devices_dialog.cpp:149
void updateFilter(QString filter, bool force=false)
Emitted when the display filter should be updated.
void changeEvent(QEvent *event)
Handle change events such as language or palette changes.
Definition bluetooth_devices_dialog.cpp:132
void goToPacket(int packet_num)
Emitted when the packet list should navigate to a specific packet.
void captureFileClosed()
Called when the associated capture file is closed.
Definition bluetooth_devices_dialog.cpp:123
void captureFileChanged(capture_file *cf)
Emitted when the underlying capture file has changed.
~BluetoothDevicesDialog()
Destroy the BluetoothDevicesDialog.
Definition bluetooth_devices_dialog.cpp:117
Manages a capture file and its associated state and operations.
Definition capture_file.h:27
The main packet list view for displaying captured packets.
Definition packet_list.h:45
Base class for Wireshark specific dialogs that require interaction with a CaptureFile.
Definition wireshark_dialog.h:38
Tap info block driving the Bluetooth Devices dialog's live packet feed.
Definition bluetooth_devices_dialog.h:33
tap_packet_cb tap_packet
Definition bluetooth_devices_dialog.h:35
tap_reset_cb tap_reset
Definition bluetooth_devices_dialog.h:34
void * ui
Definition bluetooth_devices_dialog.h:36
Represents a capture file and its associated metadata.
Definition cfile.h:84
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Holds all state for the dissection of a single byte array, including session, buffer,...
Definition epan_dissect.h:28
tap_packet_status
Definition tap.h:22