Introduction
In this lab, you will learn to control packet capture size in Wireshark using Tshark commands. You'll explore two essential techniques: limiting total packets with -c 500 and restricting packet length with -s 128 to capture only headers while saving storage space.
Through practical exercises on the eth1 interface, you'll capture traffic into limited.pcap and observe how different settings affect your captures. This hands-on experience will help you optimize packet collection for various analysis scenarios.


