How did it go?
Regards,
Anoop
https://github.com/defensivedepth/WinTAP
-Josh
Is the OpenvVPN WinTap the same with DefensiveDepth's WinTap?
https://github.com/OpenVPN/tap-windows6 - OpenVPN
https://github.com/newtribesmission/wintap - DefensiveDepth
Thanks.
Cheers,
Arnold
https://github.com/defensivedepth/WinTAP
-Josh
I try to rebuilt solution in VS2012 for the WinTap package from the source and getting the errors, are you able to point out what is wrong on this?
Thanks.
Cheers,
Arnold
------ Rebuild All started: Project: prottest, Configuration: Vista Debug x64 ------
prottest.c
prottest.vcxproj -> C:\WinTap\code\test\x64\VistaDebug\prottest.exe
------ Rebuild All started: Project: wtapdrv, Configuration: Vista Debug x64 ------
Stamping x64\VistaDebug\wtapdrv.inf [Version] section with DriverVer=07/10/2017,5.44.45.864
precompsrc.c
debug.c
ExCallbk.c
ndisbind.c
ntdisp.c
recv.c
send.c
recv.obj : error LNK2019: unresolved external symbol time referenced in function NdisprotReceiveNetBufferLists
x64\VistaDebug\wtapdrv.sys : fatal error LNK1120: 1 unresolved externals
------ Rebuild All started: Project: wintap, Configuration: Vista Debug x64 ------
wintap.c
wintap.vcxproj -> C:\WinTap\code\wintap\x64\VistaDebug\wintap.exe
------ Rebuild All started: Project: package (Package\package), Configuration: Vista Debug x64 ------
C:\Program Files (x86)\Windows Kits\8.0\build\WindowsDriver8.0.common.targets(1347,5): error MSB3030: Could not copy the file "C:\WinTap\code\sys\60\x64\VistaDebug\wtapdrv.sys" because it was not found.
------ Rebuild All started: Project: wtapdrv630, Configuration: Win7 Debug x64 ------
Stamping x64\Win7Debug\wtapdrv630.inf [Version] section with DriverVer=07/10/2017,5.44.54.777
precompsrc.c
debug.c
ExCallbk.c
ndisbind.c
ntdisp.c
recv.c
send.c
Generating Code...
recv.obj : error LNK2019: unresolved external symbol time referenced in function NdisprotReceiveNetBufferLists
x64\Win7Debug\wtapdrv630.sys : fatal error LNK1120: 1 unresolved externals
------ Rebuild All started: Project: setup, Configuration: Vista Debug x64 ------
netcfgapi.cpp
tapinstall.cpp
stdafx.cpp
Generating Code...
TapInstall.vcxproj -> C:\WinTap\code\x64\VistaDebug\setup.exe
========== Rebuild All: 3 succeeded, 3 failed, 0 skipped ==========
-Josh