THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

interfaces are not seen after upgrade windows 10 to 1903

Dears,

After upgrading my windows 10 to 1903 version, interfaces are no more detected by wireshark. (only USBPcap1 is detected). It was working just beofre the upgrade.

Can you help please?

Version 3.0.2 (v3.0.2-0-g621ed351d5c9) 

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.3, 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 (1903), build 18362, with Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (with SSE4.2), with 8074 MB of physical memory, with locale English_United States.1256, with Npcap version 0.995, based on libpcap version 1.9.1-PRE-GIT, 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.16, build 27030).
jksfax's avatar
1
jksfax
asked 2019-07-02 10:39:41 +0000
grahamb's avatar
23.8k
grahamb
updated 2019-07-02 11:03:05 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Your output shows npcap is installed, albeit a slightly out of date version (0.996 is available).

I also suffered this issue yesterday and I fixed it with the following:

  1. Stop Wireshark\tshark\dumpcap etc. Basically anything that could be using npcap.
  2. Uninstall npcap from the "Apps" settings dialog.
  3. Reboot.
  4. Install npcap 0.996.
grahamb's avatar
23.8k
grahamb
answered 2019-07-02 11:05:57 +0000
edit flag offensive 0 remove flag delete link

Comments

thank you, I updated npcap to 0.996 and it is ok now.

jksfax's avatar jksfax (2019-07-04 07:21:58 +0000) edit

Note that "reboot" is an important step - one bug in the 0.995 release is that uninstalling it can crash the system; if you try to upgrade to 0.996 from 0.995, the installer will recommend that you disable Npcap and reboot, and will do that for you if you tell it to. Disabling Npcap before uninstalling will prevent the crash.

Guy Harris's avatar Guy Harris (2019-07-04 07:40:17 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer