问题标签 [npcap]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
scapy - 在 Windows 上使用 scapy 和 npcap
我在 Windows 11 上使用 scapy 2.4.5 和 Python 3.9.5。我安装了 npcap 版本 1.55。
我有一些 Wireshark 数据包捕获,我试图在文件上使用 scapy 的嗅探功能并过滤掉各种数据包。
但是,当我将 filter="udp" 与嗅探一起使用时,我得到一个关于 tcpdump 不可用的异常。
下面是我目前正在尝试使用的脚本。
但是我得到了这个例外:
关于如何在 Windows 上使用 npcap 而不是 tcpdump 使用 scapy 嗅探的任何想法?