I would say packet slicing is one of the most critical techniques to understand.
Back in the day when we had hard drives with limited disk space and we needed to capture for long periods of time, we used packet slicing.
Packet slicing in Wireshark is one of those features that doesn’t get much love, but once you use it, you wonder how you ever captured packets without it. The basic idea is simple: instead of grabbing the entire packet payload, you only capture the first N bytes. For many troubleshooting and analysis tasks, that’s more than enough to see headers, flags, and protocol behavior without hauling around a ton of unnecessary data.
