Introduction
In this challenge, "Verify Wireshark Installation," you'll confirm that Wireshark is correctly installed and functioning on your system. The goal is to start Wireshark from the terminal, select the interface that carries local traffic, and apply a display filter to capture only HTTP traffic.
You'll use the wireshark command to launch the application, then generate HTTP traffic against a local web service that is already available inside the VM. Finally, you'll verify that the local HTTP traffic is successfully captured and displayed in Wireshark, confirming the installation and basic functionality without depending on external internet access.



