Wireshark-commits: [Wireshark-commits] master 608835b: Don't call any routines from WinPcap/Npcap p
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=608835bf56bc39e4f21b72d59aced70a3740c84b
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
608835b by Guy Harris (gharris@xxxxxxxxx):
Don't call any routines from WinPcap/Npcap packet32.dll.
We aren't using them now; stick to libpcap APIs (including Windows-only
libpcap APIs).
Change-Id: I812eaa31ba1e6e611418853105d3e00c9130a420
Reviewed-on: https://code.wireshark.org/review/37852
Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
Actions performed:
from 4a4c8bd Systemd journal: Fix timestamp conversions.
add 608835b Don't call any routines from WinPcap/Npcap packet32.dll.
Summary of changes:
caputils/CMakeLists.txt | 1 -
caputils/capture_wpcap_packet.c | 273 ----------------------------------------
caputils/capture_wpcap_packet.h | 39 ------
doc/README.capture | 2 -
dumpcap.c | 4 -
ui/qt/main.cpp | 4 -
6 files changed, 323 deletions(-)
delete mode 100644 caputils/capture_wpcap_packet.c
delete mode 100644 caputils/capture_wpcap_packet.h