any Tips on fine-tuning Packet Analyzers for GWT client-server communication ?

2011-02-01 Thread zixzigma
I was thinking of using a Packet Analyzer like Wireshark, to monitor what is being sent over the wire from client to server and back when using GWT in development mode. However I am getting all kinds of low level bits and have not been successful in applying some kind of filters, to display

Re: any Tips on fine-tuning Packet Analyzers for GWT client-server communication ?

2011-02-01 Thread Thomas Broyer
Er, limit to the port your server listens on ( by default for the DevMode, 80 as the default for HTTP) and use an HTTP dissector? (requires specific configuration if not on port 80: http://www.wireshark.org/docs/wsug_html_chunked/ChCustProtocolDissectionSection.html#ChAdvDecodeAsFig ) I

Re: any Tips on fine-tuning Packet Analyzers for GWT client-server communication ?

2011-02-01 Thread Chris Conroy
http://code.google.com/p/google-web-toolkit/source/browse/#svn%2Ftrunk%2Fplugins%2Fwireshark On Tue, Feb 1, 2011 at 3:33 PM, zixzigma zixzi...@gmail.com wrote: I was thinking of using a Packet Analyzer like Wireshark, to monitor what is being sent over the wire from client to server and back