aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-07-14 00:11:05 -0700
committerGuy Harris <gharris@sonic.net>2020-07-14 07:30:59 +0000
commit608835bf56bc39e4f21b72d59aced70a3740c84b (patch)
tree7a1a276a7efe0de3719717ed9e972f8928e66781 /ui
parent4a4c8bdfeafba4833bdcb99fc1617e19fc65e950 (diff)
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@sonic.net> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <gharris@sonic.net>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index a834dcaf51..6a275dcf61 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -101,7 +101,6 @@
#ifdef _WIN32
# include "caputils/capture-wpcap.h"
-# include "caputils/capture_wpcap_packet.h"
# include <wsutil/file_util.h>
#endif /* _WIN32 */
@@ -471,9 +470,6 @@ int main(int argc, char *qt_argv[])
/* Load wpcap if possible. Do this before collecting the run-time version information */
load_wpcap();
- /* ... and also load the packet.dll from wpcap */
- wpcap_packet_load();
-
#ifdef HAVE_AIRPCAP
/* Load the airpcap.dll. This must also be done before collecting
* run-time version information. */