簡體   English   中英

為什么我無法發送帶有魚尾醬的數據包? (python 2.7)

[英]Why can't I send packets with scapy? (python 2.7)

每當我嘗試發送數據包時,都會收到此錯誤消息:

  File "D:\Python27\lib\site-packages\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 "D:\Python27\lib\site-packages\scapy\sendrecv.py", line 234, in __gen_send
    s.send(p)
  File "D:\Python27\lib\site-packages\scapy\arch\pcapdnet.py", line 237, in send
    ifs = dnet.eth(iff)
  File "dnet.pyx", line 112, in dnet.eth.__init__ (./dnet.c:1764)
OSError: No error

問題是什么? 我該怎么辦?

根據我的個人經驗,您應該使用有線電纜而非無線網絡連接到Internet。 我也有那個錯誤。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM