Difference between revisions of "Network sniffing"

From Linuxintro
imported>ThorstenStaerk
Line 6: Line 6:
 
* [[sniffing]]
 
* [[sniffing]]
  
 +
[[Category:Networking]]
 
[[Category:Analysis]]
 
[[Category:Analysis]]
 +
[[Category:Concept]]

Revision as of 12:29, 20 April 2014

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