Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一种方法(API、库)来监视由 Windows 上不同用户触发的应用程序执行的不同接口(无线、有线)上的网络活动。
您需要一个可以监控各种接口、记录数据包并根据数据包寻址、协议等过滤它们的程序。
查看名为 Wireshark/Ethereal(使用 Pcap)或 Tcpdump 的程序。