Apparently loopback interfaces are not available on Windows platforms (according to the Wireshark Help and this page http://wiki.wireshark.org/CaptureSetup/Loopback).
The -bindAddress switch did the trick. Thanks. On Oct 4, 4:58 pm, Chris Conroy <[email protected]> wrote: > you can pass -bindAddress to bind to a different interface (0.0.0.0 to bind > to *). Also, Wireshark is perfectly capable of capturing traffic on on > 127.0.0.1. You just need to set the interface to lo (loopback) rather than > your actual NIC. > > On Mon, Oct 4, 2010 at 4:44 PM, Micky <[email protected]> wrote: > > Hi there, > > > I am trying to monitor my GWT 2.x application traffic within my > > development environment. I have installed Wireshark and it seems to be > > running correctly however I do not see any traffic showing up in it > > when using my app. It seems that Wireshark will not monitor traffic on > > the loopback ip 127.0.0.1 (which is what the GWT development > > environment uses). So I tried just changing the development > > environment URL from... > > >http://127.0.0.1:8888/TestApp.html?gwt.codesvr=127.0.0.1:9997 > > > ...to... > > > http://<My Machine IP>:8888/TestApp.html?gwt.codesvr=<My Machine IP>: > > 9997 > > > ...but this did not work - the application did not even load. > > > Does anyone have a workaround for this? > > > Thanks, > > > Micky > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
