Trick 37: Sniffing http traffic with tcpdump By Jonas Wagner, 2010-01-12 Sniffing http traffic can be quite useful to find out what's going wrong on a webserver. Here is a simple way to do it using tcpdump: tcpdump -X tcp port 80