Bluetooth/GUI: ATT: Add Server Attribute Table
authorMichal Labedzki <michal.labedzki@tieto.com>
Thu, 22 Jan 2015 11:27:23 +0000 (12:27 +0100)
committerMichal Labedzki <michal.labedzki@tieto.com>
Sat, 7 Feb 2015 16:35:39 +0000 (16:35 +0000)
commitfb00452b30b51d4f10a34dfb616bf29df455aee8
tree5328a51147f32e2d6151c4ec375231b69b90afb2
parent2ff79ddeb235ccf56cbbf430f8a31c9b6c0596a2
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@tieto.com>
19 files changed:
debian/libwireshark0.symbols
epan/dissectors/Makefile.common
epan/dissectors/packet-bluetooth.c
epan/dissectors/packet-bluetooth.h
epan/dissectors/packet-btatt.c
epan/dissectors/packet-btatt.h [new file with mode: 0644]
epan/dissectors/packet-bthci_cmd.c
epan/dissectors/packet-btsdp.c
epan/epan.h
ui/qt/CMakeLists.txt
ui/qt/Makefile.am
ui/qt/Makefile.common
ui/qt/Wireshark.pro
ui/qt/bluetooth_att_server_attributes_dialog.cpp [new file with mode: 0644]
ui/qt/bluetooth_att_server_attributes_dialog.h [new file with mode: 0644]
ui/qt/bluetooth_att_server_attributes_dialog.ui [new file with mode: 0644]
ui/qt/main_window.h
ui/qt/main_window.ui
ui/qt/main_window_slots.cpp