Wireshark-commits: [Wireshark-commits] master 631172f: Qt: Use uniform interface display name
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=631172f2f4046255a78a5628b5499f38054039bb
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
631172f by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Use uniform interface display name
Use common function to generate the interface display name, both
when scanning for interfaces (scan_local_interfaces()) and when
changing Comment in the Manage Interfaces dialog.
Change-Id: I3260208856563aaf387ce397d4ae61bddcc89b4f
Reviewed-on: https://code.wireshark.org/review/12362
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 3f3de12 [SUA] Change the dissector table sua.prop.tags to use DISSECTOR_TABLE_ALLOW_DUPLICATE
adds 631172f Qt: Use uniform interface display name
Summary of changes:
ui/capture_ui_utils.c | 42 ++++++++++++++++++++++++++++++++++++
ui/capture_ui_utils.h | 9 ++++++++
ui/iface_lists.c | 38 ++------------------------------
ui/qt/manage_interfaces_dialog.cpp | 9 +-------
4 files changed, 54 insertions(+), 44 deletions(-)