0

remoteObjectを使用してクライアントFlexからJavaに送信するXMLが圧縮されているかどうかを分析したいと思います。このために、私はWiresharkを使用していますが、ローカルホスト(Windows Vista)でパケットを取得できません。どうすればよいですか?

4

2 に答える 2

0

Fiddler will probably work better for you than Wireshark because you can decrypt your https traffic if you install its cert as trusted locally. You didn't mention https as a factor, but if it is Wireshark won't do it as far as I know.

You can also direct your service calls to your computer's ip instead of localhost. Example: localhost goes to 127.0.0.1, instead route your requests to the ip you get when you issue an ipconfig /all. You can hack your hosts file to route something to that ip.

Not sure if this always works in Wireshark, but it does in Fiddler for sure.

于 2011-04-21T21:58:08.353 に答える
0

localhost でキャプチャする方法は次のとおりです。Caputre using Ethereal/Wireshark 申し訳ありませんがフランス語です。

私の場合、別のコンピューターをサーバーとして使用し、コンピューターとサーバー間のすべてのトラフィックを分析しました。

于 2010-08-05T10:30:39.653 に答える