A Little Sniffer that Uses WSA Sockets (Windows Sockets)
Discover how to intercept network traffic (IP packets) by putting a socket in promiscuous mode.
Discover how to intercept network traffic (IP packets) by putting a socket in promiscuous mode.
Learn to use the "Network Distributed Object Model" to have a simplified way of performing network communication at the object level.
A clone of the Win95/98/ME utility for checking and controlling IP addresses.
The SOCKS firewall is a program that is capable of secured proxying, being compatible with various authentication levels.
This program watches for DNS requests, lists them, and allows you to save them to block certain sites.
This library enumarates the TCP/IP protocol, and allows the user to create custom TCP/IP headers. This allows IP spoofing and more. (The article and demo project were updated.)
When writing a socket server, the author had to choose between using a Single Thread technique and using a Multithread technique. He discovered the Multithread technique has several advantages.
Great class that is much more flexible than CAsyncSocket since it uses overlapped I/O instead of a message queue