2

I'm studying with WinPcap API on one computer, as you predict I have one NIC card and I couldn't send and get Ethernet header on one NIC card.

Can you please inform me whether WinPcap can send and get Ethernet header over one NIC card to determine whether it is my fault or not?

1 Answers1

0

Yes, after a bit try I sent and got an ethernet header over a NIC card by using WinPcap

EDIT:

If you follow this tutorial you can do it without any problem. This tutorial completely shows the steps about sending packets and capturing them.