zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Tcpdump to file

June 8, 2010 by Igor Drobot Leave a Comment

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

tcpdump -w http_traffic -n -i any port 80

Filed Under: Linux Tagged With: Linux, tcpdump, traffic, wireshark