Discover how to intercept network traffic (IP packets) by putting a socket in promiscuous mode.
Latest Winsock Solutions Articles
Distributed Network Object
Learn to use the "Network Distributed Object Model" to have a simplified way of performing network communication at the object level.
WinIPCfg
A clone of the Win95/98/ME utility for checking and controlling IP addresses.
SOCKS' - a Firewall Realization on an Object-Oriented Basis
The SOCKS firewall is a program that is capable of secured proxying, being compatible with various authentication levels.
Speeding Up Internet Browsing
This program watches for DNS requests, lists them, and allows you to save them to block certain sites.
Raw TCP/IP library for Windows 2000
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.)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.