Wireshark-commits: [Wireshark-commits] master 1afe288: More packet detail context menu items.
Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 1 Aug 2015 01:07:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1afe288c8c1a750e695ea09c26d3995332e217c9
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1afe288 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    More packet detail context menu items.
    
    Add the wiki and field reference items to the packet detail context
    menu. Add the "Go To Linked Packet" item in the Go menu and packet
    detail context menu. Use "Linked Packet" instead of "Packet Reference"
    and "Corresponding Packet". Remove more pending item comments.
    
    Change-Id: I66c40f71738f0996690f4818a546520ea0747088
    Reviewed-on: https://code.wireshark.org/review/9841
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  c8fec28   Print times with the resolution from the capture file.
    adds  1afe288   More packet detail context menu items.


Summary of changes:
 ui/qt/main_window.h                 |    6 +-
 ui/qt/main_window.ui                |   29 ++++++++-
 ui/qt/main_window_slots.cpp         |  117 +++++++++++++++++++++++++++--------
 ui/qt/packet_dialog.cpp             |    6 +-
 ui/qt/packet_dialog.h               |    2 +-
 ui/qt/proto_tree.cpp                |   10 +--
 ui/qt/protocol_preferences_menu.cpp |    9 +--
 ui/qt/wireshark_application.cpp     |    7 +--
 8 files changed, 140 insertions(+), 46 deletions(-)