Question: Create a c++ program that reads a .pcap file and analasys it for DDoS flooding attacks. The output should display three lines on screen. First
Create a c++ program that reads a .pcap file and analasys it for DDoS flooding attacks. The output should display three lines on screen. First line the IP of the victim, second line the type of DDoS flooding attack(TCP, UDP, or ICMP), and the third line the rate(packets/sec) of the attack. Skip one line per victim found.
Sample.pcap file: https://www.dropbox.com/s/w2swvz6vygbzlrm/Sample.pcap?dl=0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
