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.
The below picture shows the welcome page of the application
This section allows us to select the desired network interface from the network interfaces available in the user’s system.
Here, various packets are captured and displayed based on the filter. It also offers few options that’s could be carried on.
Examine section showed here displays detailed informationabout the packet selected.