Time-rotated capture files tcpdump

Start a fresh pcap every hour with a timestamped name for unattended capture

tcpdump -nn -i any -G 3600 -w '/tmp/cap-%Y%m%d-%H%M%S.pcap'
more tcpdump all 18 commands →