Commands
tcpdump -i any port 8080
=> any protocol port 8080
tcpdump -i any host 127.0.0.01
=> any protocol with host 127.0.0.1
tcpdump -i any port 8080
=> any protocol port 8080
tcpdump -i any host 127.0.0.01
=> any protocol with host 127.0.0.1
Backlinks (pages linking to this page)