First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How do you know that Npcap is installed

  • retag add tags

How do you know that Npcap is installed.

nofri's avatar
1
nofri
asked 2020-09-11 07:52:56 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Look at the text on the Wireshark Help -> About Wireshark -> Wireshark tab, or from the command line with wireshark -v or tshark -v`.

Whichever method is used, in the "Running on ..." section you will see what capture library is being used, e.g.

Running on 64-bit Windows 10 (2004), build 19041, with Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (with SSE4.2), with 65342 MB of physical memory, with locale English_United Kingdom.utf8, with Npcap version 0.9996, based on libpcap version 1.9.1, with GnuTLS 3.6.3, with Gcrypt 1.8.3, with brotli 1.0.2, with AirPcap 4.1.3 build 3348, binary plugins supported (0 loaded).

You can also use the OS features to list installed applications e.g. "Apps" on Win 10, or Program And Features" from earlier OS's, or you can go grubbing for npcap binaries, usually in C:\Program Files\npcap or look for the driver in <windir\System32\Drivers\npcap.sys.

grahamb's avatar
23.8k
grahamb
answered 2020-09-11 08:09:05 +0000
edit flag offensive 0 remove flag delete link

Comments

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