From: "dean"


I can capture traffic using tcpdump, but there is so much mess (arp, dns, acks etc), is there a filter to clean it up to only show the relevant packets. B.T.W. Im running the proxy on Mandrake 9.1. and testing it from winxp Firefox & IE6.


Perhaps

<quote>

Learn how to use the Microsoft
Fiddler HTTP debugger when
developing and testing Web
applications and clients.

Have you ever found yourself
wondering how Microsoft Internet
Explorer interacts with your Web
application? Have you encountered
a strange performance bottleneck
that you can't track down? Are you
curious about which cookies are being
sent, or what downloaded content is
marked as cacheable?

Microsoft Fiddler can help you answer
these questions, and many more. Fiddler
is an HTTP debugging proxy that logs
all HTTP traffic between your computer
and the Internet. Fiddler enables you
to inspect all HTTP traffic, set
breakpoints, and "fiddle" with incoming
or outgoing data. Fiddler is much simpler
to use than NetMon or other network
debuggers because it exposes only HTTP
traffic and does so in a user-friendly
format.

Fiddler includes a simple but powerful
Microsoft JScript .NET event-based scripting
subsystem flexible enough to support a
broad array of HTTP debugging tasks.
Written in C# on the Microsoft .NET
Framework, Fiddler is available as an
unsupported PowerToy for Internet Explorer.

</quote>

Fiddler PowerToy - Part 1: HTTP Debugging
http://msdn.microsoft.com/library/en-us/dnwebgen/html/IE_IntroFiddler.asp


Jeff




Reply via email to