I need to create a python script program that can sniff and filter the received packets. I’ve already configured the Scapy program to generate and send specific type of packets.
Whereas, my experimental test requires such these crafted packets to be used.
In addition, the Wireshark program can capture these generated packets as well as the sniff() function in the Scapy was performed well and has captured all the packets have sent.
The only part that I need is to filter the captured packets according to my proposed steps. The proposed steps are based on that procedure has stated in one of the RFC draft which is very standard and basic.
Consequently, the receiver program has to be written in python that will be more compatible with the crafted packets structure which are originally built by using Scapy python.