Re: Etherreal not capturing calls to localhost




Jeff User wrote:

Problem is that when I call a web service on my local machine, same
machine as the client, no packets are being seen or captured.

Does anyone have any idea what I need to do to get this to work?

You might want to check the Ethereal documentation, as far as I remember it says something alike that on Windows there is no loopback device which would be needed to sniff local traffic.


I think the MS SOAP toolkit has a tracing utility where you set up a local proxy to which you direct your requests which are then traced and forwarded to the real address so you could e.g. set up that proxy for HTTP on port 8080 and have the normal web services for HTTP on port 80. That way you can work locally and still trace the traffic.



--

	Martin Honnen --- MVP XML
	http://JavaScript.FAQTs.com/
.



Relevant Pages

  • Re: [Full-disclosure] [inbox] Re: [ Capture Skype trafic ]
    ... conforming HTTP to travel along on port 80. ... you can't be a moron and have every other port under the sun open ... When Skype uses port 80, the protocol used is still Skype's ... if the SSL controls are installed these packets ...
    (Full-Disclosure)
  • RE: basic stateful inspection question
    ... What you are talking about is checking the packets if they are REAL http if ... http connections and point to somesort of CVP server that checks traffic ... This makes it more difficult to use port 80 through firewalls but if you can ...
    (Security-Basics)
  • Re: Dos attacks
    ... would include a certain amount of "probing" by other systems... ... and samples of the packets. ... A ping followed immediately by a port ... HTTP requests could be someone looking for unknown web sites, ...
    (comp.security.firewalls)
  • Re: Odd Ports Being Allowed
    ... I just wish the Web Proxy wouldn't be so ... intrusive with the packets and just automatically detect and allow HTTP out. ... > You can make a deny rule that denies access on the external sites on port ...
    (microsoft.public.isa)
  • Re: Etherreal not capturing calls to localhost
    ... >Jeff User wrote: ... >local proxy to which you direct your requests which are then traced and ... >HTTP on port 8080 and have the normal web services for HTTP on port 80. ...
    (microsoft.public.dotnet.xml)