diff options
author | Kartik Mistry <kartik.mistry@gmail.com> | 2014-03-11 14:49:08 +0530 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-03-14 10:58:43 +0100 |
commit | d2fb730cb0ec29ec05af177699e1547a9b350679 (patch) | |
tree | 994c250788b92dfee1b546258cb9f83803852fd9 /trafgen.8 | |
parent | 632e1a699e5d1d3edb822b8f55c0b55b9c7e161e (diff) |
man: manpage warning fixes
Usage: man --warnings -E UTF-8 -l -Tutf8 -Z foo.8 > /dev/null
Signed-off-by: Kartik Mistry <kartik.mistry@gmail.com>
Diffstat (limited to 'trafgen.8')
-rw-r--r-- | trafgen.8 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ .\" netsniff-ng - the packet sniffing beast .\" Copyright 2013 Daniel Borkmann. .\" Subject to the GPL, version 2. -.PP .TH TRAFGEN 8 "03 March 2013" "Linux" "netsniff-ng toolkit" .SH NAME trafgen \- a fast, multithreaded network packet generator @@ -372,7 +371,7 @@ use the TX_RING, but sendto(2) packet I/O due to ''slow mode''. .SS trafgen --dev wlan0 --rfraw --conf beacon-test.txf -V --cpus 2 As an output device ''wlan0'' is used and put into monitoring mode, thus we are going to transmit raw 802.11 frames through the air. Use the -''beacon-test.txf'' configuration file, set trafgen into verbose mode and + ''beacon-test.txf'' configuration file, set trafgen into verbose mode and use only 2 CPUs. .PP .SS trafgen --dev em1 --conf frag_dos.cfg --rand --gap 1000us |