Add support for RADGalaxy and neoVI FIRE 2 over Ethernet

This commit is contained in:
Paul Hollinsky
2018-09-18 16:50:42 -04:00
parent 5b1a56ee6c
commit 8375a354af
28 changed files with 3852 additions and 14 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef __PCAP_H_
#define __PCAP_H_
#if defined _WIN32
#include "platform/windows/include/pcap.h"
// #elif defined __linux__
// #include "platform/linux/include/ftdi.h"
#else
#warning "This platform is not supported by the PCAP driver"
#endif
#endif