如何在雅虎通中跟踪数据包!
我试图理解雅虎信使的标头/协议格式。
当我用谷歌搜索时,我看到有关雅虎信使的有限文档。所以我想知道是否有任何工具可以帮助我追踪数据包?那就太好了。
或者有关于雅虎信使协议的任何好的文档对我也有帮助吗?请向我推荐任何可以帮助我的工具或文档。
I am trying to understand the header/protocol format of yahoo messenger.
I see limited documentation for yahoo messenger when I googled. So I wondered if there is any tool to help me out to trace the packets? It would be nice.
Or is there any good documentation on yahoo messenger protocol which would also help me? Refer me to any tools or documents that can help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Wireshark。
Have a look at Wireshark.
有一些开源项目支持 Yahoo! Messenger 协议,您可能可以从他们的源代码中学到很多东西,因为逆向工程已经为您完成了。例如,libpurple(由 Pidgin 和其他许多人使用)支持它。
There are open source projects that support the Yahoo! messenger protocol, you could probably learn a lot from their source code, as the reverse-engineering has already been done for you. libpurple (used by Pidgin and a bunch of others) supports it, for instance.