Commit of a draft of the pcap-based strategy for a Windows tap. This may, in the end, not work, since winpcap may not support immediate capture and also because some software flags winpcap as malware. Like I said, trying to do anything interesting with Windows is PAIN.

This commit is contained in:
Adam Ierymenko 2013-08-22 22:33:32 -04:00
parent d19516b40a
commit c8213a3f58
4 changed files with 228 additions and 17 deletions

View file

@ -412,7 +412,7 @@ int main(int argc,char **argv)
RuntimeEnvironment renv;
renv.homePath = "C:";
EthernetTap tap(&renv,"test12345",MAC(),2800,NULL,NULL);
return 0;
Thread::sleep(100000000);
} catch (std::exception &exc) {
std::cout << exc.what() << std::endl;
return 0;