Wireshark-commits: [Wireshark-commits] master-2.6 849a98d: Generate a dummy description if we don't
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 May 2020 05:58:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=849a98d144eb45d31e91db06d11b7753b82fc7f0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

849a98d by Guy Harris (guy@xxxxxxxxxxxx):

    Generate a dummy description if we don't have an interface name.
    
    Just have a display name and description of "(Unknown)" if we have no
    display name, no description, *and* no interface name.
    
    Change-Id: I8403779c17c1e6d96d5ba29941081f560ad5339c
    Reviewed-on: https://code.wireshark.org/review/37086
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    (backported from commit c9735a3da9f6bc715476bfd85941936ffebae414)
    Reviewed-on: https://code.wireshark.org/review/37089
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2452d12   Clean up some issues with get_iface_list_string().
     add  849a98d   Generate a dummy description if we don't have an interface name.


Summary of changes:
 ui/capture_ui_utils.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)