Wireshark-commits: [Wireshark-commits] master d5049ea: win32: add detection of Npcap to Windows ins

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 25 Aug 2015 07:26:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5049eaba76055ffc1104536cec59e2163c8d003
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d5049ea by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    win32: add detection of Npcap to Windows installer
    
    If Npcap is installed without WinPcap API-compatible mode, propose to install WinPcap
    If Npcap is installed with WinPcap API-compatible mode, do not allow to install Winpcap without manually uninstalling Npcap first
    
    Change-Id: I606f8b11c950fd54cf7fdda7f4a1886cc2580d31
    Reviewed-on: https://code.wireshark.org/review/10197
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Yang Luo <hsluoyz@xxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e710f24   win32: update the list of NdisMedium and NdisPhysicalMedium defines used by GTK UI
    adds  d5049ea   win32: add detection of Npcap to Windows installer


Summary of changes:
 packaging/nsis/uninstall.nsi |   10 ++++++----
 packaging/nsis/wireshark.nsi |   24 +++++++++++++++++++++++-
 2 files changed, 29 insertions(+), 5 deletions(-)