Difference between revisions of "Tcpdump"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 6: Line 6:
 
* [[netstat]]
 
* [[netstat]]
 
* [[netcat]]
 
* [[netcat]]
* [http://man-wiki.net/index.php/1:tcpdump tcpdump man page]
+
* [http://www.tcpdump.org/manpages/tcpdump.1.html tcpdump man page]
  
 
[[Category:low-level]]
 
[[Category:low-level]]
 
[[Category:networking]]
 
[[Category:networking]]
 
[[Category:command]]
 
[[Category:command]]

Revision as of 11:50, 20 April 2014

tcpdump is a command that allows you to monitor your network traffic. For example you can watch out for dhcp communication on your network using:

tcpdump -i eth1 port 67 and port 68

See also