Wireshark-commits: [Wireshark-commits] master 6a860e9: Add support for Npcap native mode: 1) Start

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Jun 2016 19:32:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a860e948d9fd811fe14c4cb07d5dc0a0f694f81
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6a860e9 by Yang Luo (hsluoyz@xxxxxxxxx):

    Add support for Npcap native mode:
    1) Start Npcap service for capturing packets on
    Windows if WinPcap service is unavailable.
    2) Search Npcap DLLs (wpcap.dll, Packet.dll) also in
    "system32\Npcap" folder after "system32" is searched.
    
    Change-Id: I6810382db431a4e7fe309edd08757db60d8ade38
    Reviewed-on: https://code.wireshark.org/review/15707
    Reviewed-by: Yang Luo <hsluoyz@xxxxxxxxx>
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  da84de5   Update the release notes.
    adds  6a860e9   Add support for Npcap native mode: 1) Start Npcap service for capturing packets on Windows if WinPcap service is unavailable. 2) Search Npcap DLLs (wpcap.dll, Packet.dll) also in "system32\Npcap" folder after "system32" is searched.


Summary of changes:
 wsutil/file_util.c  |   35 +++++++++++++++++++++++++++++++++--
 wsutil/privileges.c |    7 +++++--
 2 files changed, 38 insertions(+), 4 deletions(-)