listening for data . . .

sde

Centurion
Joined
Aug 28, 2003
Messages
160
Location
us.ca.fullerton
where in the famework should i look to make an function that logs data coming into my machine on a specific port?

for lack of a better description, it would be something like a sniffer.
 
If you're on XP/2000 (Which you are if you're programming in .Net) you can use the Winsock2 APIs, these allow interception of the headers on all packets going into the computer as well as any network traffic passing by. You can't actually view the packet data though and I have no tutorials for either.
 
Back
Top