I'm struggling with winpcap in my project. I'm using Eclipse with CDT plugin.. I've installed WinPcap on my PC and included libpcap into my project. But whenever I want to build the project following error message is thrown:
C:\Users\User\Downloads\libpcap-1.6.1/pcap/pcap.h:449:1: error: 'Adapter' does not name a type
Adapter *pcap_get_adapter(pcap_t *p);
Any idea how to solve this?
regards