mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Added support for MinGW32 - to be working with qticsneo
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "icsneo/api/eventmanager.h"
|
||||
#include "icsneo/communication/ethernetpacketizer.h"
|
||||
#include <string>
|
||||
|
||||
#include <vector>
|
||||
namespace icsneo {
|
||||
|
||||
class PCAP : public Driver {
|
||||
@@ -59,7 +59,7 @@ private:
|
||||
pcap_stat stats;
|
||||
};
|
||||
static std::vector<NetworkInterface> knownInterfaces;
|
||||
NetworkInterface interface;
|
||||
NetworkInterface interfacevar;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user