pynetwork / pypcap

pypcap - python libpcap module, forked from code.google.com/p/pypcap
Other
299 stars 74 forks source link

Updated setup.py to be compatible with the latest wpdpack layout. #41

Closed nuald closed 7 years ago

nuald commented 7 years ago

PR to address #35 (at least, partially). Unfortunately, the proposed precompiled libraries (and the official previous versions of WinPcap development packages) are not compatible with the setup.py search directories, so I had to fix it. Also, there was x86/x64 linking issue, I've fixed it too.

The solution is not ideal, and it's better to download the Windows libraries automatically, and I hope to address it in near future.

hellais commented 7 years ago

This is great, thank you so much for putting this together.

hellais commented 7 years ago

LGTM