The ICMP packets captured, the answer is-
From the Favorites bar, open Wireshark.
Under Capture, select enp2s0.
Select the blue fin to begin a Wireshark capture.
From the Favorites bar, open Terminal.
At the prompt, type ping 192.168.0.11 and press Enter.
After some data exchanges, press Ctrl + c to stop the ping process.
In Wireshark, select the red box to stop the Wireshark capture.
In the Apply a display filter field, type icmp and press Enter.
Notice the number of packets captured and the time between each packet being sent.
Select the blue fin to begin a new Wireshark capture.
In Terminal, type hping3 --icmp --flood 192.168.0.11 and press Enter to start a ping flood against CorpDC.
In Wireshark, select the red box to stop the Wireshark capture.
Notice the type, number of packets, and the time between each packet being sent.
In Terminal, type Ctrl + c to stop the ICMP flood.
ICMP is a network stage protocol. ICMP messages talk records about network connectivity troubles lower back to the supply of the compromised transmission. It sends manipulate messages which includes destination community unreachable, supply course failed, and supply quench.
Learn more about ICMP here:https://brainly.com/question/29525155
#SPJ4