Wireshark-commits: [Wireshark-commits] master 0aaf0f0: Add the "Resolved Addresses" dialog.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0aaf0f04cff9385984ce8966f95af0726355dbde
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0aaf0f0 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Add the "Resolved Addresses" dialog.
The GTK+ equivalent is named "Address Resolution" but "Resolved
Addresses" seemed (to me at least) to be more clear.
Change-Id: I1806354d91bb5ce8af11d20568b92a04c78d4d73
Reviewed-on: https://code.wireshark.org/review/9580
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from b820d74 xip: add support for XIP packets
adds 0aaf0f0 Add the "Resolved Addresses" dialog.
Summary of changes:
ui/qt/CMakeLists.txt | 3 +
ui/qt/Makefile.am | 2 +
ui/qt/Makefile.common | 4 +
ui/qt/Wireshark.pro | 3 +
ui/qt/accordion_frame.h | 13 +
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 9 +
ui/qt/main_window_slots.cpp | 7 +
ui/qt/resolved_addresses_dialog.cpp | 455 ++++++++++++++++++++
...{search_frame.h => resolved_addresses_dialog.h} | 66 +--
ui/qt/resolved_addresses_dialog.ui | 175 ++++++++
11 files changed, 706 insertions(+), 32 deletions(-)
create mode 100644 ui/qt/resolved_addresses_dialog.cpp
copy ui/qt/{search_frame.h => resolved_addresses_dialog.h} (50%)
create mode 100644 ui/qt/resolved_addresses_dialog.ui