Wireshark-commits: [Wireshark-commits] master d50b981: pcap: Add support to "new" Npcap native mode
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Jun 2016 08:19:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d50b981d3839b212508523d02004ace41f1a731b
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d50b981 by Yang Luo (hsluoyz@xxxxxxxxx):

    pcap: Add support to "new" Npcap native mode without setting PATH
    
    Npcap decided not to add "C:\Windows\System32\Npcap" to
    system PATH in the installation any more (starting from
    Npcap 0.07 r14). So this patch needs to be applied, otherwise
    Wireshark will not find Packet.dll (the error message will
    only say wpcap.dll is missing, but actually is Packet.dll
    missing).
    
    Change-Id: Ifd8b6e6d8ecf9866cd37c3368b604de210ff8c7b
    Reviewed-on: https://code.wireshark.org/review/15959
    Reviewed-by: Yang Luo <hsluoyz@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  6ccee3e   bthci: Show unknown ocf as undecoded
    adds  d50b981   pcap: Add support to "new" Npcap native mode without setting PATH


Summary of changes:
 rawshark.c         |    1 +
 tshark.c           |    1 +
 wireshark-qt.cpp   |    1 +
 wsutil/file_util.c |    9 +++++++++
 4 files changed, 12 insertions(+)