tcpdump -ni eth0 port 80
Category: Networking
tcpdump -ni eth0 port 80
Capture traffic on an interface without name lookups
Use `tcpdump -ni eth0 port 80` to capture traffic on an interface without name lookups. Helpful when you need this quickly on a Linux server.