Wireshark-commits: [Wireshark-commits] master 806bef4: Qt: Add a Contextmenu for the PacketDialog
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=806bef47a2a0dc024f6264894042b18ed6e6641e
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
806bef4 by Roland Knall (rknall@xxxxxxxxx):
Qt: Add a Contextmenu for the PacketDialog
Add a context menu for the packet dialog, including items for
* all the expand/collapse items
* copy information from the packet tree
* Wiki protocol page/filter field reference/protocol preferences
Change-Id: I165e03960cc07aefaa38acb9c97fe29d762a5e2e
Bug: 3537
Reviewed-on: https://code.wireshark.org/review/34111
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
Actions performed:
from 47af391 Qt: Fix copy from profile
add 806bef4 Qt: Add a Contextmenu for the PacketDialog
Summary of changes:
ui/qt/main_window_slots.cpp | 5 ++
ui/qt/packet_dialog.cpp | 4 +
ui/qt/packet_dialog.h | 4 +
ui/qt/proto_tree.cpp | 204 +++++++++++++++++++++++++++++++++++++++++++-
ui/qt/proto_tree.h | 16 ++++
5 files changed, 231 insertions(+), 2 deletions(-)