summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-01-22 12:27:23 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2015-02-07 16:35:39 +0000
commitfb00452b30b51d4f10a34dfb616bf29df455aee8 (patch)
tree5328a51147f32e2d6151c4ec375231b69b90afb2 /ui/qt/Makefile.common
parent2ff79ddeb235ccf56cbbf430f8a31c9b6c0596a2 (diff)
downloadwireshark-fb00452b30b51d4f10a34dfb616bf29df455aee8.tar.gz
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>
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 8106e88821..f2b5d16bdb 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -30,6 +30,7 @@ GENERATED_HEADER_FILES =
# Generated header files that we don't want in the distribution.
NODIST_GENERATED_HEADER_FILES = \
ui_about_dialog.h \
+ ui_bluetooth_att_server_attributes_dialog.h \
ui_capture_file_properties_dialog.h \
ui_capture_interfaces_dialog.h \
ui_capture_preferences_frame.h \
@@ -118,6 +119,7 @@ GENERATOR_FILES =
MOC_HDRS = \
about_dialog.h \
accordion_frame.h \
+ bluetooth_att_server_attributes_dialog.h \
byte_view_tab.h \
byte_view_text.h \
capture_file.h \
@@ -209,6 +211,7 @@ MOC_HDRS = \
#
UI_FILES = \
about_dialog.ui \
+ bluetooth_att_server_attributes_dialog.ui \
capture_file_properties_dialog.ui \
capture_interfaces_dialog.ui \
capture_preferences_frame.ui \
@@ -320,6 +323,7 @@ QRC_SRC = $(QRC_FILES:.qrc=.rcc.cpp)
WIRESHARK_QT_SRC = \
about_dialog.cpp \
accordion_frame.cpp \
+ bluetooth_att_server_attributes_dialog.cpp \
byte_view_tab.cpp \
byte_view_text.cpp \
capture_file.cpp \