Skip to content

The Network Packet Analyzer is a C++ application that captures and analyzes network traffic in real-time. 1 It uses the libpcap library to capture packets from a specified network interface, parses the Ethernet, IP, TCP, and UDP headers, and displays key information like source/destination IP addresses and ports.

Notifications You must be signed in to change notification settings

Asghar-Raza/Network-Packet-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

The Network Packet Analyzer is a C++ application that captures and analyzes network traffic in real-time. 1 It uses the libpcap library to capture packets from a specified network interface, parses the Ethernet, IP, TCP, and UDP headers, and displays key information like source/destination IP addresses and ports.

About

The Network Packet Analyzer is a C++ application that captures and analyzes network traffic in real-time. 1 It uses the libpcap library to capture packets from a specified network interface, parses the Ethernet, IP, TCP, and UDP headers, and displays key information like source/destination IP addresses and ports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages