Hi everbody !!
I wanted to write a program based on Windows sockets
which will just capture the data coming to and
from the HTTP port 80 on a client's PC while browsing
the Web using any commercial web browser. All I want
to be able to do is just capture the individual
packets that are passed on port 80.
So, say I go to any site - www.microsoft.com. Now,
when I pressed the ENTER key the browser will perform
the socket calls and then retrieve the web page. How
many bytes were transferred to/from my PC for
transferring to this site ?
Question that I need this program to answer.
Same applies to FTP monitoring.
I'll appreciate any help on this.
Thanks
Niki
|