Network sniffing

From Linuxintro
Revision as of 08:04, 25 May 2013 by imported>ThorstenStaerk (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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