Difference between revisions of "Tcpdump"
From Linuxintro
imported>ThorstenStaerk (New page: 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 ...) |
imported>ThorstenStaerk |
||
Line 3: | Line 3: | ||
= See also = | = See also = | ||
+ | * [[nmap]] | ||
+ | * [[netstat]] | ||
+ | * [[netcat]] | ||
* [http://man-wiki.net/index.php/1:tcpdump tcpdump man page] | * [http://man-wiki.net/index.php/1:tcpdump tcpdump man page] |
Revision as of 10:48, 13 April 2009
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