我正在嘗試一個簡單的代碼,只是發(fā)送一個ARP數(shù)據包:from scapy.all import *p = ARP()send(p)我得到這個錯誤:Traceback (most recent call last):File "<pyshell#2>", line 1, in <module>send(p)File "C:\Python26\scapy\sendrecv.py", line 251, in send__gen_send(conf.L3socket(*args, **kargs), x, inter=inter, loop=loop, count=count,verbose=verbose, realtime=realtime)File "C:\Python26\scapy\sendrecv.py", line 234, in __gen_sends.send(p)File "C:\Python26\scapy\arch\pcapdnet.py", line 237, in sendifs = dnet.eth(iff)File "dnet.pyx", line 112, in dnet.eth.__init__OSError: No error我的操作系統(tǒng)是Windows 8 64bit。我在win7 64bit中嘗試過,并遇到了同樣的問題。我在win7 32bit中嘗試過,效果很好。我不明白為什么..請幫助..
添加回答
舉報
0/150
提交
取消