URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fb00452b30b51d4f10a34dfb616bf29df455aee8
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fb00452 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Bluetooth/GUI: ATT: Add Server Attribute Table
It is a GUI+QT feature that introduce Bluetooth menu and
"ATT Server Attributes" that present all handle+UUID pairs
as table. User may copy cell value, row, selected rows or whole
table within header. On activate user will go to packet that
introduce UUID for specified handle.
Change-Id: If17e53aff5feb89ededc740a595ba5882b90be5e
Reviewed-on: https://code.wireshark.org/review/6911
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from 2ff79dd Bluetooth: ATT: Fix Running Walking Sensor field name
adds fb00452 Bluetooth/GUI: ATT: Add Server Attribute Table
Summary of changes:
debian/libwireshark0.symbols | 4 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-bluetooth.c | 10 +-
epan/dissectors/packet-bluetooth.h | 18 +-
epan/dissectors/packet-btatt.c | 80 +++--
epan/dissectors/{packet-hdmi.h => packet-btatt.h} | 16 +-
epan/dissectors/packet-bthci_cmd.c | 32 +-
epan/dissectors/packet-btsdp.c | 8 +-
epan/epan.h | 2 +-
ui/qt/CMakeLists.txt | 3 +
ui/qt/Makefile.am | 2 +
ui/qt/Makefile.common | 4 +
ui/qt/Wireshark.pro | 3 +
ui/qt/bluetooth_att_server_attributes_dialog.cpp | 365 ++++++++++++++++++++
....h => bluetooth_att_server_attributes_dialog.h} | 61 ++--
ui/qt/bluetooth_att_server_attributes_dialog.ui | 221 ++++++++++++
ui/qt/main_window.h | 2 +
ui/qt/main_window.ui | 22 ++
ui/qt/main_window_slots.cpp | 13 +
19 files changed, 766 insertions(+), 101 deletions(-)
copy epan/dissectors/{packet-hdmi.h => packet-btatt.h} (82%)
create mode 100644 ui/qt/bluetooth_att_server_attributes_dialog.cpp
copy ui/qt/{voip_calls_dialog.h => bluetooth_att_server_attributes_dialog.h} (59%)
create mode 100644 ui/qt/bluetooth_att_server_attributes_dialog.ui