Difference between revisions of "Tcpdump"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 7: Line 7:
 
* [[netcat]]
 
* [[netcat]]
 
* [http://man-wiki.net/index.php/1:tcpdump tcpdump man page]
 
* [http://man-wiki.net/index.php/1:tcpdump tcpdump man page]
 +
 +
[[Category:low-level]]

Revision as of 04:21, 19 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