Wireshark-commits: [Wireshark-commits] master e30a0ff: Add manual name address resolution.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Jul 2015 22:43:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e30a0ff765ff63d4f461df7aafc7c8a365dc265b
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e30a0ff by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add manual name address resolution.
    
    Make it an editor frame instead of a dialog similar to the column editor
    and prototocol preference editor.
    
    Change-Id: If1a0cdf02dcab0eca98e8d39c94a3c2fe236df5a
    Reviewed-on: https://code.wireshark.org/review/9743
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  e8f24f3   coap: fix decoding of observe extension
    adds  e30a0ff   Add manual name address resolution.


Summary of changes:
 ui/help_url.h                                      |    2 +-
 ui/qt/CMakeLists.txt                               |    3 +
 ui/qt/Makefile.am                                  |    2 +
 ui/qt/Makefile.common                              |    4 +
 ui/qt/Wireshark.pro                                |    3 +
 ui/qt/address_editor_frame.cpp                     |  188 ++++++++++++++++++++
 ui/qt/{search_frame.h => address_editor_frame.h}   |   54 +++---
 ...nce_editor_frame.ui => address_editor_frame.ui} |   51 ++++--
 ui/qt/column_editor_frame.ui                       |   10 +-
 ui/qt/main_window.cpp                              |    7 +
 ui/qt/main_window.h                                |    1 +
 ui/qt/main_window.ui                               |   19 ++
 ui/qt/main_window_slots.cpp                        |   39 ++--
 ui/qt/packet_list.cpp                              |    6 +-
 14 files changed, 327 insertions(+), 62 deletions(-)
 create mode 100644 ui/qt/address_editor_frame.cpp
 copy ui/qt/{search_frame.h => address_editor_frame.h} (58%)
 copy ui/qt/{preference_editor_frame.ui => address_editor_frame.ui} (65%)