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

Loopback npcap added in Win10 network

Is the Loopback npcap added by Wireshark? If so we only need it when using WS Wireshark. So it would be ok to disable the loopback in Control Panel until we need it, right? The reason we have to disable it, it is showing APIPA 169.254.x.x and therefore affecting my Image program Storagecraft Image Manager which points to 127.0.0.1

ddk2018's avatar
1
ddk2018
asked 2019-08-29 22:50:33 +0000
Jaap's avatar
13.7k
Jaap
updated 2019-08-30 17:42:38 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

0

The loopback adaptor installed by npcap ins't required by Wireshark, unless you want to capture local loopback traffic.

If you never need to capture loopback traffic, you can uncheck the option to install the loopback adaptor in the npcap installer.

grahamb's avatar
23.8k
grahamb
answered 2019-08-30 08:11:35 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

So it would be ok to disable the loopback in Control Panel until we need it, right?

Yes, it's perfectly fine to install the Npcap Loopback Adapter and then Enable/Disable it via "Control Panel -> All Control Panel Items -> Network Connections" as needed. I am forced to do this myself whenever I work remotely; otherwise my connection to to my corporate office fails, which has to do with my company's policy of only allowing a single active interface in this situation.

cmaynard's avatar
11.1k
cmaynard
answered 2019-09-05 13:15:00 +0000, updated 2019-09-05 13:16:16 +0000
edit flag offensive 0 remove flag delete link

Comments

As a follow-up to this answer, it should be noted that beginning with Npcap version 0.9983 [2019-08-30], Npcap no longer installs the Npcap Loopback Adapter, so this is no longer applicable. From the CHANGELOG:

Loopback capture and injection no longer requires the Npcap Loopback Adapter to be installed. This is a minor API change, so Nmap 7.80 and earlier will still require the adapter to do localhost scans, but Wireshark and most other software will not require changes. Loopback capture uses the device name NPF_Loopback instead of NPF_{GUID}, where GUID has to be looked up in the Registry. The Npcap Loopback Adapter can still be installed by selecting "Legacy loopback support" in the installer or using the /loopback_support=yes command-line option. TheLoopbackSupport Registry value will always be 0x00000001.
cmaynard's avatar cmaynard (2019-09-16 17:27:12 +0000) edit
add a comment see more comments
0

The loopback interface is added by Npcap; the Wireshark installer can install Npcap, but it can be directly installed as well.

This question is probably best raised as an Npcap issue.

Guy Harris's avatar
19.9k
Guy Harris
answered 2019-08-30 00:08:50 +0000, updated 2020-05-20 20:25:07 +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