ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-2.4 d60b171: Fix the "Manage interfaces" dialog colum

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Aug 2018 22:30:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d60b171bd85dd734a7b6222f23e51860349d0a8d
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

d60b171 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the "Manage interfaces" dialog columns.
    
    Windows is not the only OS with "friendly" names for interfaces; macOS
    has them as well, and some *BSDs let you tag interfaces with names as
    well.
    
    The column headings for the "Interface Name" and the "Friendly Name"
    were backwards.
    
    Change-Id: I72543505cec9d479d8ab8aab3850daab3667805f
    Reviewed-on: https://code.wireshark.org/review/29082
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit beacbab55afa913526a0428478198db193a22dca)
    Reviewed-on: https://code.wireshark.org/review/29084
    

Actions performed:

    from  5be4600   More comments.
     add  d60b171   Fix the "Manage interfaces" dialog columns.


Summary of changes:
 ui/qt/interface_tree_model.cpp     | 4 ++--
 ui/qt/manage_interfaces_dialog.cpp | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)