35 Create a Python program to sniff and analyze packets The programs will have to achieve the

35. Create a Python program to sniff and analyze packets. The programs will have to achieve the following goals: – Capture at least 5000 network packets while using a browser visiting websites, such as www.pace.edu so that the program can sniff out packets between the browser and the web sites. – Group and tally source IP addresses in the packets sniffed out. Show the frequencies of unique source IP addresses accessed. – Group and tally destination IP addresses in the packets sniffed out. Show the frequencies of unique destination IP addresses accessed. – Timestamp every packet sniffed out, and plot the frequencies of packets over time grouped by either millisecond or second depending on how long it takes for you to capture the packets. If packets are captured within 1 or 2 seconds, showing the frequencies in millisecond or 10 millisecond may make more sense to see the changes over time. 36. To achieve the goals, you can use either one program or multiple programs. Please describe the names of the programs that you develop and the purpose of each program. ______________________


 
Solved By Verified
Study Co-Pilot All Study Co-Pilots are evaluated by Gotit Pro as an expert in their subject area.

 
Instant
Download

Student review: (2 ratings) 2 out of 2 people found this solution helpful.