10 #ifndef BLUETOOTH_ATT_SERVER_ATTRIBUTES_DIALOG_H 11 #define BLUETOOTH_ATT_SERVER_ATTRIBUTES_DIALOG_H 17 #include "wireshark_dialog.h" 24 class QAbstractButton;
26 class QTreeWidgetItem;
29 tap_reset_cb tap_reset;
30 tap_packet_cb tap_packet;
38 class QTreeWidgetItem;
50 void updateFilter(QString filter,
bool force =
false);
52 void goToPacket(
int packet_num);
55 void keyPressEvent(QKeyEvent *event);
58 void changeEvent(QEvent* event);
66 static void tapReset(
void *tapinfo_ptr);
70 void captureFileClosing();
71 void on_tableTreeWidget_itemActivated(QTreeWidgetItem *item,
int);
72 void on_buttonBox_clicked(QAbstractButton *button);
73 void on_actionMark_Unmark_Cell_triggered();
74 void on_actionMark_Unmark_Row_triggered();
75 void on_actionCopy_Cell_triggered();
76 void on_actionCopy_Rows_triggered();
77 void on_actionCopy_All_triggered();
78 void on_actionSave_as_image_triggered();
79 void tableContextMenu(
const QPoint &pos);
80 void interfaceCurrentIndexChanged(
int index);
81 void deviceCurrentIndexChanged(
int index);
82 void removeDuplicatesStateChanged(
int state);
85 #endif // BLUETOOTH_ATT_SERVER_ATTRIBUTES_DIALOG_H Definition: packet_info.h:44
Definition: ui_about_dialog.h:291
Definition: ui_bluetooth_att_server_attributes_dialog.h:171
Definition: bluetooth_att_server_attributes_dialog.h:39
Definition: bluetooth_att_server_attributes_dialog.h:28
Definition: epan_dissect.h:28
Definition: wireshark_dialog.h:32
Definition: capture_file.h:22