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.
除了 wincap 之外,是否有任何推荐的跨平台数据包捕获库与 c/c++ 一起使用?谢谢
您可以使用“pcap”接口。类 Unix 系统在 windows 上用 libpcap 和 Winpcap 实现了这个接口。
http://en.wikipedia.org/wiki/Pcap
数据包捕获工具: http ://www.hunch.com/performance-troubleshooting-with-packet-captures/