Filter an existing pcap offline tcpdump

Re-filter a saved capture without re-running it; BPF applies on read

tcpdump -nn -r /tmp/cap.pcap 'port 443 and host <ip>'
more tcpdump all 18 commands →