(solved) [Amazon Dash Button] - pcap4j - OH2 on Windows 10, 32 bit- lot of error messages

Amazon Dash Button with OH2 on Windows 10, 32 bit - lot of warnings and errors

Dash Buttons are running, but it takes about 5 seconds, if there is any action and I got tons of warnings and errors:

19:44:51.480 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {56D4F929-E720-4AE4-8D71-C08D83F2902C}, field: broadaddr, actual saFamily: 8, expected saFamily: 2
19:44:51.555 [ERROR] [org.pcap4j.core.PcapNetworkInterface] - Failed to retrieve the link layer address of the NIF: {56D4F929-E720-4AE4-8D71-C08D83F2902C}
19:44:51.559 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {F0324A65-2151-44C1-AC51-3B2768029017}, field: netmask, actual saFamily: 8, expected saFamily: 2
19:44:51.561 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {F0324A65-2151-44C1-AC51-3B2768029017}, field: broadaddr, actual saFamily: 8, expected saFamily: 2
19:44:51.642 [ERROR] [org.pcap4j.core.PcapNetworkInterface] - Failed to retrieve the link layer address of the NIF: {F0324A65-2151-44C1-AC51-3B2768029017}
19:44:53.257 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {02B4C272-5294-4240-B5E3-C21D7B8D1473}, field: netmask, actual saFamily: 8, expected saFamily: 2
19:44:53.257 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {02B4C272-5294-4240-B5E3-C21D7B8D1473}, field: broadaddr, actual saFamily: 8, expected saFamily: 2
19:44:53.323 [ERROR] [org.pcap4j.core.PcapNetworkInterface] - Failed to retrieve the link layer address of the NIF: {02B4C272-5294-4240-B5E3-C21D7B8D1473}
19:44:53.325 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {56D4F929-E720-4AE4-8D71-C08D83F2902C}, field: netmask, actual saFamily: 8, expected saFamily: 2
19:44:53.326 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {56D4F929-E720-4AE4-8D71-C08D83F2902C}, field: broadaddr, actual saFamily: 8, expected saFamily: 2
19:44:53.404 [ERROR] [org.pcap4j.core.PcapNetworkInterface] - Failed to retrieve the link layer address of the NIF: {56D4F929-E720-4AE4-8D71-C08D83F2902C}
19:44:53.406 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {F0324A65-2151-44C1-AC51-3B2768029017}, field: netmask, actual saFamily: 8, expected saFamily: 2
19:44:53.406 [WARN ] [org.pcap4j.core.AbstractPcapAddress ] - Couldn't analyze an address. devName: {F0324A65-2151-44C1-AC51-3B2768029017}, field: broadaddr, actual saFamily: 8, expected saFamily: 2
19:44:53.493 [ERROR] [org.pcap4j.core.PcapNetworkInterface] - Failed to retrieve the link layer address of the NIF: {F0324A65-2151-44C1-AC51-3B2768029017}

any ideas?

Thanks a lot!

Additional information: I tested with both: WinPcap 4.1.3 and Win10Pcap 10.2, same results…

I solved my problem on my own!

After installing WinPcap 4.1.3 once more, I got tons of the following errors:

failed to set hardware filter to non-promiscuous mode

This error brought me to the following:

I only have a wifi networkcard on my OH2 server (Win 10, 32 bit):

Then I tried the following alternative pcap:

I installed it with “WinPcap 4.1.3 compatibility” and “Raw 802.11 Packet Capture”.

Now it is running…