You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on the search for an alternative to winpcap i came across win10pcap, installation works and the driver is also displayed in my network card. But an attempt to connect to Wireshark fails like if no WinPcap compatible software is installed. For my special application i use the command:
int pcap_findalldevs(pcap_if_t **, char *);
In the direct comparison with WinPcap and Npcap my existing devices are listed differently:
on the search for an alternative to winpcap i came across win10pcap, installation works and the driver is also displayed in my network card. But an attempt to connect to Wireshark fails like if no WinPcap compatible software is installed. For my special application i use the command:
int pcap_findalldevs(pcap_if_t **, char *);
In the direct comparison with WinPcap and Npcap my existing devices are listed differently:
Npcap/WinPcap:
Win10Pcap:
Am I missing something during installation?
Any access to the device with Win10Pcap fails. I have no connection with the comparable drivers Npcap & WinPcap.
The text was updated successfully, but these errors were encountered: