有适用于 Windows Mobile 的数据包嗅探器吗?
我正在寻找一种类似于 Fiddler 的工具,或者更好的是 Wireshark,它可以在 Windows Mobile 6.1 设备上运行。
我有一个应用程序可以调用我们的一台服务器上的一些网络服务,我想确保它发送到正确的地址。
I'm looking for a tool along the lines of Fiddler, or better yet Wireshark, that would run on a Windows Mobile 6.1 device.
I have an app which calls some webservices on one of our servers, and I want to make sure it it going out to the proper address.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
每当我想测试类似的东西时,我都会将设备连接到我的 PC 并使用 ActiveSync。然后,移动设备可以通过 PC 发送所有互联网请求。然后可以使用 Wireshark 嗅探进出设备的流量。效果很好并且是一种稳定的方法。
Whenever I want to test something like that I connect the device to my PC and use ActiveSync. The mobile device then can send all of it's internet requests through the PC. Wireshark can then be used to sniff the traffic coming in and out of the device. Works good and is a stable approach.
我最近不得不自己寻找这个。其中有一些,但大多数都是旧的,并且最近没有更新。如果你正在寻找一个嗅探 WiFi 流量的工具,那应该很简单,Google 应该会提供合适的东西。然而,我遇到的问题(并且花费了大约 3 个小时无法解决)是试图嗅探 EV-DO/Cell 数据连接。似乎蜂窝无线电使用与 WinMo 设备上的 WiFi 连接不同类型的网络驱动程序。抱歉,没有太多答案,但我想我会分享我的经历。
I recently had to search for this myself. There are a few of these out there but most are old and have not been updated recently. If you are looking for one to sniff the WiFi traffic it should be simple and Google should provide something suitable. However the issue I ran into (and could not get around with about 3hrs invested) was trying to sniff the EV-DO/Cell data connection. Seems the cell radio uses a different type of network driver then the WiFi connections on a WinMo device. Not much of an answer, sorry, but I figured I would share my experiences.
有一个用于 Windows CE 的 WinPCap 实验版本。
也许它对你有用。
There is an experimental version of WinPCap for windows CE.
Maybe it will work for you.