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.
有什么方法可以用 windows phone 7 捕获和分析数据包?例如,我可以使用 Sharppcap 或 pcap.net 来开发捕获数据包的应用程序吗?谢谢。
数据包捕获需要对网络驱动程序的低级访问。Windows Phone 没有这样的东西,你只能使用你自己打开的套接字。