Linux Ethernet device support

This commit is contained in:
Paul Hollinsky
2019-03-18 11:37:20 -04:00
parent 2fb3047c10
commit 424d3d98a3
8 changed files with 605 additions and 5 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#if defined _WIN32
#include "icsneo/platform/windows/pcap.h"
// #elif defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
// #include "icsneo/platform/posix/ftdi.h"
#elif defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
#include "icsneo/platform/posix/pcap.h"
#else
#warning "This platform is not supported by the PCAP driver"
#endif