Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pypcap support for python 2.7? [closed]

I want to install Scapy on Windows using Python 2.7, but the required package pypcap doesn't support Python 2.7. Is there a patch or a workaround to be able to install pypcap on Python 2.7?

like image 633
SourD Avatar asked Apr 19 '11 17:04

SourD


2 Answers

I built a pypcap extension for Python 2.7 Windows a couple of days ago. Mario Vilas has regrouped the whole that so you may find the installers over here then: http://breakingcode.wordpress.com/2012/07/16/quickpost-updated-impacketpcapy-installers-for-python-2-5-2-6-2-7/

like image 82
Geoffrey R. Avatar answered Oct 06 '22 17:10

Geoffrey R.


Read this, and follow the instructions: http://code.google.com/p/pypcap/issues/detail?id=27#c6

like image 28
jermenkoo Avatar answered Oct 06 '22 17:10

jermenkoo