flowreplay is a tool for using network traffic stored in pcap(3) files as the basis for replaying connections to servers.
If configured with --enable-debug, then you can specify a verbosity level for debugging output. Higher numbers increase verbosity.
When enabling verbose mode (-v) you may also specify one or more additional arguments to pass to tcpdump to modify the way packets are decoded. By default, -n and -l are used. Be sure to quote the arguments like: -A "-axxx" so that they are not interpreted by tcpreplay. The following arguments are vaild: [ -aAeNqRStuvxX ] [ -E spi@ipaddr algo:secret,... ] [ -s snaplen ]
Flowreplay needs to know handle client/server exchanges to properly time. The options are:
send Replay traffic as fast as possible. Do not wait for server to reply.
wait Wait --wait sec.usec for the server to reply before sending.
bytes Wait until the server has sent the number of bytes stored in the pcap file.
user
Send packets based on user interaction.
If --mode is wait, then you can specify the amount of time to wait for the server to complete it's side of the transaction before starting to send the client side again.
This option has not been fully documented.
This option has not been fully documented.
This option has not been fully documented.
This option has not been fully documented.
This option has not been fully documented.
For support please use the tcpreplay-users@lists.sourceforge.net mailing list.
Released under the Free BSD License.
This manual page was AutoGen-erated from the flowreplay option definitions.