Introduction
In this lab, you will learn to capture live network traffic using Wireshark's command-line tool tshark
. You'll practice identifying network interfaces with -D
, selecting an interface like eth1
using -i
, and capturing packets with default settings.
The lab guides you through saving captures to a pcap
file using -w
for later analysis. These fundamental skills are essential for network troubleshooting and traffic monitoring in real-world scenarios.