Prodigy-Infotech-CyberSecurity-Internship-Solutions
-
Updated
Feb 28, 2024 - Python
Prodigy-Infotech-CyberSecurity-Internship-Solutions
Prodigy InfoTech Cyber-Security Internship Task#5
The "Network Packet Analyzer" project is a network packet analysis tool, helping to analyze and display information about data packets transmitted over the network.
This Python script captures and logs network packets, displaying source and destination IP addresses. It ensures ethical use for educational purposes, emphasizing network analysis and protocol understanding.
In the Network Packet Analyzer, we use Python with Scapy and Argparse to analyze network packets. The `packet_analysis` function checks each packet for the IP layer, extracting source and destination IP and MAC addresses. The script uses the `sniff` function to monitor IP packets and analyze traffic in real time.
Add a description, image, and links to the network-packet-analyzer topic page so that developers can more easily learn about it.
To associate your repository with the network-packet-analyzer topic, visit your repo's landing page and select "manage topics."