Very easy dumping of traffic with the w flag. You can use it for screen and later for wireshark analyses.
1 | tcpdump -w http_traffic -n -i any port 80 |
Linux TCP/IP, GreenIT and more…
Very easy dumping of traffic with the w flag. You can use it for screen and later for wireshark analyses.
1 | tcpdump -w http_traffic -n -i any port 80 |