diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2017-02-07 10:15:58 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-02-09 10:49:08 +0100 |
commit | 419f752e7989e72deaba560fba0c3c6e990225ac (patch) | |
tree | a3cc6e41866e529d88d5b90a42b7a27a92ab2108 /trafgen.8 | |
parent | 82a3c204c6f11224b3f4da9246e96bed0c9bb8b8 (diff) |
trafgen: man: Add description with pcap file for -i, --in option
Update -i, --in option with pcap file as input parameter.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen.8')
-rw-r--r-- | trafgen.8 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -66,10 +66,13 @@ given scenario. .PP .SH OPTIONS .PP -.SS -i <cfg|->, -c <cfg|i>, --in <cfg|->, --conf <cfg|-> +.SS -i <cfg|pcap|->, -c <cfg|->, --in <cfg|pcap|->, --conf <cfg|-> Defines the input configuration file that can either be passed as a normal plain text file or via stdin (''-''). Note that currently, if a configuration is passed through stdin, only 1 CPU will be used. +It is also possible to specify PCAP file with .pcap extension via -i,--in option, +by default packets will be sent at rate considering timestamp from PCAP file which +might be reset via -b/-t options. .PP .SS -o <dev>, -d <dev>, --out <dev>, --dev <dev> Defines the outgoing networking device such as eth0, wlan0 and others. |