Skip to content

Ashishkumaraswamy/Mini-Wireshark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Wireshark

This is a replica of the popular Wireshark application implemented using Scapy library in Python that captures and examines various packets through the network interface desired. It offers various filters to be applied on the packets to be captured. The examine section of the application offers detailed information about all the layers available in the selected packet along with it’s hexdump . It also allows us to save the captured packets as .pcap files and also enable us to load them again for later purposes.

Output:

The below picture shows the welcome page of the application

Screenshot 2021-10-29 230702

This section allows us to select the desired network interface from the network interfaces available in the user’s system.

Screenshot 2021-10-29 230727

Here, various packets are captured and displayed based on the filter. It also offers few options that’s could be carried on.

Screenshot 2021-10-29 230837

Examine section showed here displays detailed informationabout the packet selected.

Screenshot 2021-10-29 231130

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages