After upgrade to 3.0.0 & install Npcap, no traffic seen
So... Last night I downloaded and installed Wireshark 3.0.0, as well as Npcap. Afterwards, I found I could not capture any packets. Here is what I see...
When I launch Wireshark, under the "Capture" heading in the middle of the page, it displays 13 interfaces...
- Npcap Loopback Adapter
- 5 Local Area Connections
- 6 USBPcap interfaces
- 1 Microsoft: Wi-Fi interface
* The only one that shows traffic is the Npcap Loopback Adapter. *
I am logging in as the Administrator. Below is the output of Help -> About Wireshark -> Wireshark tab.
Version 3.0.0 (v3.0.0-0-g937e33de)
Copyright 1998-2019 Gerald Combs <[email protected]> and contributors. License GPLv2+: GNU GPL version 2 or later <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html> This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with Qt 5.12.1, with WinPcap SDK (WpdPack) 4.1.2, with GLib 2.52.2, with zlib 1.2.11, with SMI 0.4.8, with c-ares 1.14.0, with Lua 5.2.4, with GnuTLS 3.6.3 and PKCS #11 support, with Gcrypt 1.8.3, with MIT Kerberos, with MaxMind DB resolver, with nghttp2 1.14.0, with LZ4, with Snappy, with libxml2 2.9.9, with QtMultimedia, with AirPcap, with SBC, with SpanDSP, with bcg729.
Running on 64-bit Windows 10 (1803), build 17134, with AMD A6-5350M APU with Radeon(tm) HD Graphics (with SSE4.2), with 15512 MB of physical memory, with locale English_United States.1252, with Npcap version 0.99-r9, based on libpcap version 1.8.1, with GnuTLS 3.6.3, with Gcrypt 1.8.3, without AirPcap, binary plugins supported (14 loaded).
Built using Microsoft Visual Studio 2017 (VC++ 14.12, build 25835).
Where did I go wrong?
feenyman99
Likely to be an issue with npcap. Did you have WinPcap installed previously? My advice is to manually uninstall any WinPcap install and npcap, then re-install npcap (available from the nmap website).
OK, after grahamb's comment, here is what I have done (to no avail)…
Wireshark still only shows traffic on Npcap Loopback Adapter.
I also noticed the following "disagreement"...
Wireshark shows the following network interfaces:
But "ipconfig" shows these interfaces:
Again, only the Npcap adapter shows any traffic, and that shows very little. In the meantime, I browsed to youtube and played some videos, thus generating lots of network packets, but none were seen by Npcap, nor any other interface ...(more)
I find the PowerShell
(more)Get-NetAdapter
command to be more useful than the legacyipconfig
. You can compare the output with that of tshark (which is what Wireshark shows) using a PowerShell prompt as follows:And tshark:
Regardless, as your issue seems to be with npcap you should take this up with the npcap support folks, as per their website.
Well, things are going from bad to worse, I'm afraid...
My most recent step was to uninstall Wireshark and Npcap, and then re-install Wireshark WITHOUT Npcap. Now, when I launch Wireshark,
(more)Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\MF> Get-NetAdapter -IncludeHidden | Select-Object -Property InterfaceGUID, Name, InterfaceDescription
PS C ...(more)
C:\Program Files\Wireshark>tshark -D tshark: There are no interfaces on which a capture can be done