Difference between revisions of "Tcpdump"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 9: | Line 9: | ||
[[Category:low-level]] | [[Category:low-level]] | ||
+ | [[Category:networking]] | ||
+ | [[Category:command]] |
Revision as of 04:24, 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