Decided to abandon the winpcap direction for Windows tap... re-evaluating using OpenVPN tap driver in some form for now.
This commit is contained in:
parent
c8213a3f58
commit
f6e7be102a
23 changed files with 3 additions and 3188 deletions
|
@ -408,6 +408,7 @@ int _tmain(int argc, _TCHAR* argv[])
|
|||
int main(int argc,char **argv)
|
||||
#endif
|
||||
{
|
||||
/* For testing windows tap
|
||||
try {
|
||||
RuntimeEnvironment renv;
|
||||
renv.homePath = "C:";
|
||||
|
@ -417,7 +418,8 @@ int main(int argc,char **argv)
|
|||
std::cout << exc.what() << std::endl;
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
*/
|
||||
|
||||
int r = 0;
|
||||
|
||||
_initLibCrypto();
|
||||
|
@ -433,5 +435,4 @@ int main(int argc,char **argv)
|
|||
std::cout << std::endl << "SOMETHING FAILED!" << std::endl;
|
||||
|
||||
return r;
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue