Tag: connection oriented protocol
Creating Your Own Server: The Socket API, Part 1
In this series of articles aimed at newbies to network programming (knowledge of C is a prerequisite), we'll learn how to create network clients...
Capturing Packets In Your C Program, With Libpcap
This article provides an introduction to libpcap, and shows, with examples of source code, how you can use it to create your own packet-sniffing...
Advanced NMap: Some Scan Types
A broad overview and the basic features of NMap have been covered in an earlier article in this series of articles on Nmap. In...