LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   tcpdump (https://www.linuxquestions.org/questions/linux-networking-3/tcpdump-7034/)

iquadri1 09-29-2001 02:01 PM

tcpdump
 
how do i use tcpdump to capture packets from the network?

rolf 09-29-2001 02:16 PM

# tcpdump ip
 
....reports ip packet traffic to the console. # tcpdump -i eth0 (your network interface) gives a lot more. (I've only done this once to track down some ftp problems with rpmdrake). You can modify this lots of different ways and save to a file. See man tcpdump.


All times are GMT -5. The time now is 12:35 AM.