Release new version 0.14.1
[grml-network.git] / docs / grml-sniff.8.txt
index 1d501d6..39a5182 100644 (file)
@@ -81,7 +81,7 @@ are connected with the hub/switch/router and the client accordingly! The third
 interface (known as eth2 in this documentation) is just optional and not
 necessary for sniffing itself.
 
 interface (known as eth2 in this documentation) is just optional and not
 necessary for sniffing itself.
 
-Simple (but not necessarily 100% reliable) check for network connnection using a
+Simple (but not necessarily 100% reliable) check for network connection using a
 software command:
 
   ethtool eth0
 software command:
 
   ethtool eth0
@@ -117,7 +117,7 @@ Capturing traffic
 
 Execute:
 
 
 Execute:
 
-  tcpdump -s -C 50 -vvvv -w pcap -i br0
+  tcpdump -s0 -C 50 -v -w pcap -i br0
 
 to generate files named pcap, pcap1, pcap2,... each with a file size of ~50MB.
 Press CTRL-C to stop capturing traffic. You can analyse the generated pcap files
 
 to generate files named pcap, pcap1, pcap2,... each with a file size of ~50MB.
 Press CTRL-C to stop capturing traffic. You can analyse the generated pcap files