Introduction
In this lab, you will learn efficient techniques for processing large packet capture files using Wireshark's command-line tool tshark
. You'll practice opening PCAP files with -r
, limiting packets with -c
, filtering traffic using -Y
, and exporting subsets with -w
.
Through hands-on exercises, you'll master handling large datasets by applying packet limits, protocol filters, and file segmentation. These skills are essential for network troubleshooting scenarios requiring resource optimization and precise data extraction.