如何捕获SWF数据包?
我有一个从 xml 文件检索信息的 swf,但我不知道 xml 的 url。 当swf开始从xml检索信息时是否可以捕获tcp/ip数据包? 我想知道xml的url。
I have a swf that retrive information from a xml file, but I do not know url of the xml. Is it possible to capture tcp/ip packet when swf start retriving information from the xml? I would like to know url of the xml.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 http://www.wireshark.org/ 它应该可以解决问题。
Have a look at http://www.wireshark.org/ It should do the trick.
尝试使用 Firefox 扩展 Firebug。 它有一个很好的图表/选项来显示任何网络流量。 顺便提一句。 请随时向我们提供 swf 文件的链接。 我们很乐意帮助您找到您正在谈论的 xml。
Try the Firefox extension Firebug. It has a nice graph/option to show any web-traffic. Btw. feel free to give us the link to the swf file. We will be happy to help you find the xml you are talking about.