Wireshark-commits: [Wireshark-commits] master 6b4fae1: Windows: Switch from the WpdPack SDK to vcpk
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Jul 2020 04:33:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b4fae1a0be72c280ea570d832f7d3b930cfd718
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6b4fae1 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Windows: Switch from the WpdPack SDK to vcpkg's libpcap.
    
    Switch from WinPcap's WpdPack SDK to a libpcap package built with vcpkg.
    We explictly load wpcap.dll on Windows, so make sure we don't link with
    pcap.lib.
    
    Move timestamp code from capture-pcap-util-unix.c to
    capture-pcap-util.c. Add timestap routines to capture-wpcap.c and make a
    couple of other updates.
    
    Change-Id: If0e3dbeb7378c42ed9e3f91b2f15add95d22a2bb
    Reviewed-on: https://code.wireshark.org/review/37905
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ca3b4a7   FTDI MPSSE: Dissect CPUMode read response data
     add  6b4fae1   Windows: Switch from the WpdPack SDK to vcpkg's libpcap.


Summary of changes:
 caputils/capture-pcap-util-unix.c |  92 ----------------------------
 caputils/capture-pcap-util.c      |  91 ++++++++++++++++++++++++++++
 caputils/capture-wpcap.c          | 123 ++++++++++++++++++++++++++++++--------
 cmake/modules/FindPCAP.cmake      |  72 +++++++++++-----------
 tools/win-setup.ps1               |   8 +--
 5 files changed, 228 insertions(+), 158 deletions(-)