Difference between revisions of "Network sniffing"

From Linuxintro
imported>ThorstenStaerk
Line 5: Line 5:
 
* [[network]]
 
* [[network]]
 
* [[sniffing]]
 
* [[sniffing]]
 +
 +
[[Category:Analysis]]

Revision as of 23:16, 3 December 2013

Network sniffing means analyzing the network traffic on a packet level. For example the following command will show you all dhcp requests transmitted via the network:

tcpdump -i eth0 port 67 and port 68

See also