URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=16b048d34b51af0ddcfe6dd47865628bcd07223c
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
16b048d by Gerald Combs (gerald@xxxxxxxxxxxxx):
Packet list and detail context menu updates.
Add some missing items to the packet list and detail "Copy" context
menus. Don't nest the "Copy" items so deeply. Add YAML to the supported
summary formats.
Note that "Copy as Binary" copies to the clipboard as
application/octet-stream, which is a) arguably correct, and b) not very
useful. Fixes welcome.
Enable and disable packet detail context menu items from a set of
booleans similar to the packet list.
Change-Id: Iaa931c766aa476c33f27de089e5c4dbaf9ce74d6
Ping-Bug: 9320
Bug: 10831
Reviewed-on: https://code.wireshark.org/review/9825
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from e482786 conversation: fix indent (use tabs)
adds 16b048d Packet list and detail context menu updates.
Summary of changes:
ui/qt/byte_view_tab.cpp | 156 ++++++++++++++++++++++++++++++++++++
ui/qt/byte_view_tab.h | 16 +++-
ui/qt/byte_view_text.cpp | 13 +++
ui/qt/byte_view_text.h | 1 +
ui/qt/main_window.h | 6 ++
ui/qt/main_window.ui | 36 +++++++--
ui/qt/main_window_slots.cpp | 186 ++++++++++++++++++++++++-------------------
ui/qt/packet_list.cpp | 91 ++++++++++++++++++---
ui/qt/packet_list.h | 2 +
ui/qt/proto_tree.cpp | 39 +++++++--
ui/qt/proto_tree.h | 1 +
11 files changed, 437 insertions(+), 110 deletions(-)