summaryrefslogtreecommitdiff
path: root/windows/TapDriver6/TapDriver6.vcxproj.filters
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2015-04-25 12:21:08 -0700
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2015-04-25 12:21:08 -0700
commitd4c06e924d3319c43ac9e7662332811a4afe0993 (patch)
treeef30baff18f22aa8fdc3e1d46cfd8ad014edcb35 /windows/TapDriver6/TapDriver6.vcxproj.filters
parent1ebe2ad920bce1f9ea85c56fce469674b83c650c (diff)
downloadinfinitytier-d4c06e924d3319c43ac9e7662332811a4afe0993.tar.gz
infinitytier-d4c06e924d3319c43ac9e7662332811a4afe0993.zip
Do the same modifications to the NDIS 6 code base as were done to the old 5 driver: disable all the 'tun' functionality, and add the IOCTL for querying the multicast list at Ethernet (L2) level.
Diffstat (limited to 'windows/TapDriver6/TapDriver6.vcxproj.filters')
-rw-r--r--windows/TapDriver6/TapDriver6.vcxproj.filters6
1 files changed, 0 insertions, 6 deletions
diff --git a/windows/TapDriver6/TapDriver6.vcxproj.filters b/windows/TapDriver6/TapDriver6.vcxproj.filters
index 9839a59c..c523ed55 100644
--- a/windows/TapDriver6/TapDriver6.vcxproj.filters
+++ b/windows/TapDriver6/TapDriver6.vcxproj.filters
@@ -25,9 +25,6 @@
<ClCompile Include="device.c">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="dhcp.c">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="error.c">
<Filter>Source Files</Filter>
</ClCompile>
@@ -63,9 +60,6 @@
<ClInclude Include="device.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="dhcp.h">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="endian.h">
<Filter>Header Files</Filter>
</ClInclude>