To get around the loopback limitation of WireShark, you can just run your server or client in a virtual machine.
----- Original Message ---- From: Thomas Perl <[email protected]> To: Valentine <[email protected]> Cc: [email protected] Sent: Wed, January 26, 2011 3:30:10 AM Subject: Re: [Qt-qml] Nice features to have in Qmlviewer Hi! 2011/1/26 Valentine <[email protected]>: > You can use wireshark to analyze traffic without using proxy. It's > multiplatform and free. If your HTTP server is running on localhost and you're on Windows, you can try something like SocketSniff, because Wireshark doesn't work for the loopback interface on Windows (sadly, Wireshark is much more powerful than SocketSniff). For everything else, Wireshark as suggested by Valentine is really powerful and you can do protocol-level filtering (i.e. show me all HTTP GET requests that have a certain text in their URLs, etc..). HTH. Thomas _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
