Python scapy抓取網卡中的數據包

# encoding: utf-8 from scapy.all import * import threading import sys def dealwith(): print '開始抓包' # 下面的iface是電腦網卡的名稱 count是捕獲報文的數目 dpkt = sniff(iface="Qualcomm Atheros AR956x Wireless N
相關文章
相關標籤/搜索