From 67aa23530b7e051709002b521aa6e93cb6350918 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 3 Oct 2014 11:59:50 -0700 Subject: More work on adding testnet and user-mode capabilities for local network simulation. --- osnet/WindowsEthernetTap.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'osnet/WindowsEthernetTap.cpp') diff --git a/osnet/WindowsEthernetTap.cpp b/osnet/WindowsEthernetTap.cpp index fb978071..e6c49f94 100644 --- a/osnet/WindowsEthernetTap.cpp +++ b/osnet/WindowsEthernetTap.cpp @@ -527,6 +527,11 @@ bool WindowsEthernetTap::updateMulticastGroups(std::set &groups) return changed; } +bool WindowsEthernetTap::injectPacketFromHost(const MAC &from,const MAC &to,unsigned int etherType,const void *data,unsigned int len) +{ + return false; +} + void WindowsEthernetTap::threadMain() throw() { -- cgit v1.2.3