Packet capture syntax generator
tcpdump -nn -v -s 0 -i eth0 -w /tmp/$(hostname)-$(date +"%Y-%m-%d-%H-%M-%S").pcap tcp and host 192.168.5.10 and port 80 or 443
tcpdump -nn -v -s 0 -i eth0 -w /tmp/$(hostname)-$(date +"%Y-%m-%d-%H-%M-%S").pcap tcp and host 192.168.5.10 and port 80 or 443