Introduction
In this lab, you will learn to analyze network traffic using Wireshark's command-line tool tshark
by generating protocol statistics from a packet capture file. You'll explore key options like -r
for reading files, -q
for quiet mode, and -z io,phs
for protocol hierarchy statistics.
The exercise will guide you through verifying capture files, viewing packet summaries, and interpreting protocol distributions. This practical experience will enhance your network analysis skills with tshark
's statistical features.