You are not logged in.
I've been trying to run this script (with wlan0 as my interface) and it spits this out. I'm guessing this is due to some sort of syntax problem and should be pcap.somethingelse(interface) instead of pcap.pcap(interface) but I have no experience with python so I'm totally clueless.
Traceback (most recent call last):
File "mediaripper.py", line 143, in <module>
pc = pcap.pcap(interface)
AttributeError: 'module' object has no attribute 'pcap'
Edit- NVM, I just had the wrong version of pypcap installed.
Last edited by omgwtfbyobbq (2011-04-12 23:48:36)
Offline
I hate to revive such an old thread, but what version of pypcap did you use? I'm having the same issue.
Laptops:
MSI GS60 Ghost
Asus Zenbook Pro UX501VW
Lenovo Thinkpad X120e
Offline