From f053ab3038a1a339df1e7bd3201c1489902576f0 Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Sat, 8 May 2021 00:16:55 +0530 Subject: [PATCH] adding images --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6bd37d..2876c30 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Network-Packet-Sniffer -A network packet sniffer built with the help 'scapy' module which is entirely dedicated to capturing, handling and analyzing network traffic. User has the flexibility to enter the interface to capture the traffic from, the number of packets to sniff, the time interval to the sniffer to be running(time interval to capture the packets in). The application will log the traffic information it captures in a text file and hence user enters the name of the file. The 'packet_log' function filters the packets based on the protocol that user has chosen and saves the packets of that protocol in the log file. This data stored in the file will have every detail of the traffic that is flowing through the interface. +A network packet sniffer built with the help of 'scapy' module which is entirely dedicated to capturing, handling and analyzing network traffic. User has the flexibility to enter the interface to capture the traffic from, the number of packets to sniff, the time interval to the sniffer to be running(time interval to capture the packets in). The application will log the traffic information it captures in a text file and hence user enters the name of the file. The 'packet_log' function filters the packets based on the protocol that user has chosen and saves the packets of that protocol in the log file. This data stored in the file will have every detail of the traffic that is flowing through the interface. + +Application Execution: +![Running The Application1](https://user-images.githubusercontent.com/46072258/117494874-8b2cff00-af92-11eb-8676-4d402b14d397.PNG) + +Generating ARP and ICMP Traffic: +![Generating ICMP and ARP packets](https://user-images.githubusercontent.com/46072258/117494901-9a13b180-af92-11eb-860e-ef44c803b06f.PNG)