How to capture the internal Ethernet data packets using npcap driver ?
Hi,
We wrote one application to capture the Ethernet packets using npcap driver. We're able to capture the Ethernet packets which we are receiving from outside world, but not able to capture the packets which we are trying to send out using our property tools. We are able to see the both Tx/Rx packets on Wireshark
my question is how the Wireshark is able to capture the packets ?
is Wireshark using npcap or any other drives..?
if Wireshark using npcap driver, is there any additional requirements we need to do...?