remoteObjectを使用してクライアントFlexからJavaに送信するXMLが圧縮されているかどうかを分析したいと思います。このために、私はWiresharkを使用していますが、ローカルホスト(Windows Vista)でパケットを取得できません。どうすればよいですか?
2 に答える
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.
localhost でキャプチャする方法は次のとおりです。Caputre using Ethereal/Wireshark 申し訳ありませんがフランス語です。
私の場合、別のコンピューターをサーバーとして使用し、コンピューターとサーバー間のすべてのトラフィックを分析しました。