Link to home
Start Free TrialLog in
Avatar of arturosm
arturosm

asked on

Packet viewer

Hello Experts.

I want to know about a very simple program that I can open in my laptop and when I visit a web page in my web browser, that program shows me the information that is sent and received in the process of visiting the web page. Once, I had a program like that but I don´t remember its name and I can´t find it in my computer. That program I had was writen in Delphi and had a small size (exe).

Regards.

Avatar of Steve Tempest
Steve Tempest
Flag of Australia image

if you use firefox you could have a look at firebug it's pretty good, though not a tcp packet sniffer.

also you could use wireshark if you are after a true tcp packet sniffer.
ASKER CERTIFIED SOLUTION
Avatar of pitchford
pitchford

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sshah254
sshah254

HTTPWatch .. both for FF & IE.

Ss
SmartSniff is also a handy tool...

SmartSniff v1.72 - Capture TCP/IP packets on your network adapter
http://www.nirsoft.net/utils/smsniff.html
Here is a list of the top 11's...

Top 11 Packet Sniffers
http://sectools.org/sniffers.html
I am sure there are many that can match your description.

Here are couple of alternatives if you are interested:
This one is free:
http://www.fiddler2.com

Not free:
http://www.softx.org/debugger.html

Delphi components:
http://www.magsys.co.uk/delphi/magmonsock.asp
Avatar of arturosm

ASKER

Thank you.