Discover how to intercept network traffic (IP packets) by putting a socket in promiscuous mode.
Latest Basic Network Operations Articles
Clients that Find Servers in a Windows Network Domain (TCP/IP, Mailslot)
Learn how to use a mailslot to broadcast information over a network.
A Glimpse at Today's Server-Side Programming
Read a broad overview of today's four most popular and growing server-side programming/scripting languages.
Spoofing the ARP Table of Remote Computers on a LAN
ARP spoofing, also called ARP Cache poisoning, is one of hacking methods to spoof the contents of ARP table in other remote computer on LAN. For one computer to connect to other computer on IP/Ether network, two addresses are needed. One address is MAC address, and the other is IP address.
Creating a Multi-Threaded Trace Route
A trace route technique using Winsock2. Get the IPs from all the hops between you and the requested IP or site.
CNetService
A wrapper class for Microsoft. Win32. API WNet functions
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.