Author :
kn
Date :
2025-05-16 05:47:30
Hash :0434c678 Message :fix synopsis, pcap-filter(5) expressions can be spread across argv
quoting is not strictly needed per se, i.e. those are equivalent:
# tcpdump -i iwx0 port 22 and port 80
# tcpdump -i iwx0 'port 22 and port 80'