Wireshark-commits: [Wireshark-commits] master 139170c: wsutil: add enumeration of local ip addresse

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 26 Aug 2016 21:05:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=139170c6c6b29cf9c1eba9bbcacfbffdf447e2ef
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

139170c by Dario Lombardo (lomato@xxxxxxxxx):

    wsutil: add enumeration of local ip addresses in Windows.
    
    Routine used by ssh-based extcaps.
    
    Change-Id: I06d8e1e1444cd03a0508dc0c7cb91d340a451c58
    Reviewed-on: https://code.wireshark.org/review/17308
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  d0565ad   Properly end address type search by name (CID-1362742)
    adds  139170c   wsutil: add enumeration of local ip addresses in Windows.


Summary of changes:
 wsutil/CMakeLists.txt |    2 +-
 wsutil/interface.c    |   73 +++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 72 insertions(+), 3 deletions(-)