Introduction
In this lab, you will learn how to control protocol analysis in Wireshark's command-line tool tshark
by selectively disabling and enabling protocols. You'll practice reading packet captures with -r
, excluding UDP traffic using --disable-protocol udp
, and verifying results with verbose output (-V
).
The exercises provide hands-on experience with protocol filtering, output comparison, and display control. You'll work with a sample capture.pcap
file while learning essential tshark
commands in a structured lab environment.