Link to home
Start Free TrialLog in
Avatar of phyderous
phyderous

asked on

Basic HTTP/telnet sniffer in VB

Hi All,

I need to right a basic sniffer,

the sniffer should log all request from port 80 and 23 from a computer in which the process is running.

Thanks,

Avi
Avatar of phyderous
phyderous

ASKER

Sorry for my English ...

right=write

:-)

Cheers
You can use WinpCap which is a dll for you to use its methods for capturing the packets, it's like a sniffering engine... there you'll find all the necessary documentation

http://winpcap.polito.it
You can use WinpCap which is a dll for you to use its methods for capturing the packets, it's like a sniffering engine... there you'll find all the necessary documentation

http://winpcap.polito.it
Thanks for your help BUCHAS

but as I wrote ... I am interesting in write one by myself and not use other software ...

thanks,

Avi
More to it the source and samples are in c++

we are in  a VB form
ASKER CERTIFIED SOLUTION
Avatar of BUCHAS
BUCHAS
Flag of Brazil image

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
Thanks,

this is great,

if you have more sources please post them.

Thanks... it was hard to find this one... vb6 isn't the better and most used development tool for making a sniffer from the begining, people mostly do this in C++