Wireshark-commits: [Wireshark-commits] master 67bfdf2: capchild: Fix loading of extcap with no winp

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Oct 2016 11:56:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=67bfdf28714a5945a78aef9d745d88fd69972578
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

67bfdf2 by Roland Knall (rknall@xxxxxxxxx):

    capchild: Fix loading of extcap with no winpcap.dll
    
    If the loading of the physical interface list failed, no extcap
    interfaces will be loaded as well. Fix that, so that we search for
    the extcap interfaces, even when no other interfaces have been found
    
    Change-Id: Ib8e86f1f8d2a1565724ef3532d41ecea3ceddb55
    Reviewed-on: https://code.wireshark.org/review/18352
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  25207d7   [Diameter] Add some 3GPP AVPs fom TS 39.299 v 14.1.0
    adds  67bfdf2   capchild: Fix loading of extcap with no winpcap.dll


Summary of changes:
 capchild/capture_ifinfo.c |   31 ++++++++++++++++++++++---------
 1 file changed, 22 insertions(+), 9 deletions(-)