Skip to content

Commit

Permalink
adding images
Browse files Browse the repository at this point in the history
  • Loading branch information
harishcpu authored May 7, 2021
1 parent 694aa16 commit f053ab3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit f053ab3

Please sign in to comment.