Wireshark-commits: [Wireshark-commits] master 0f0e486: Put common code into get_interface_list_find

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Mar 2020 10:13:46 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0f0e486b91b7173409c70957955f39e69f613432
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0f0e486 by Guy Harris (guy@xxxxxxxxxxxx):

    Put common code into get_interface_list_findalldevs_ex().
    
    Remove duplication of code.
    
    Change-Id: I7cd1bd73ee9eda962a37468cadb72de291f1ec6a
    Reviewed-on: https://code.wireshark.org/review/36432
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c939ef8   USB HID: update modelines to match the current code style
     add  0f0e486   Put common code into get_interface_list_findalldevs_ex().


Summary of changes:
 caputils/capture-pcap-util-int.h  |  5 +++--
 caputils/capture-pcap-util-unix.c | 24 ++----------------------
 caputils/capture-pcap-util.c      | 28 ++++++++++++++++++++++++----
 caputils/capture-wpcap.c          | 24 ++----------------------
 4 files changed, 31 insertions(+), 50 deletions(-)