1 | .TH TRACEREPLAY "1" "November 2009" "tracereplay (libtrace)" "User Commands" |
---|
2 | .SH NAME |
---|
3 | tracereplay \- Replay a trace in trace time from one uri to another |
---|
4 | .SH SYNOPSIS |
---|
5 | .B tracereplay |
---|
6 | [\-b | \-\^\-broadcast] [-s \-\^\-snaplength [ snaplength] ] |
---|
7 | [\-f | \-\^\-filter [ filter string ] ] [\-X | \-\^\-speedup [ factor] ] |
---|
8 | inputuri outputuri |
---|
9 | .SH DESCRPTION |
---|
10 | tracereplay replays inputuri to outputuri in trace time. Checksums are |
---|
11 | recomputed on the fly. |
---|
12 | |
---|
13 | .TP |
---|
14 | .PD 0 |
---|
15 | .BI \-b |
---|
16 | .TP |
---|
17 | .PD |
---|
18 | .BI \-\^\-broadcast |
---|
19 | |
---|
20 | Change the 802.3 (ethernet) destination address to the broadcast address. |
---|
21 | This will send the transmitted packets to any hosts on the local network. |
---|
22 | |
---|
23 | .TP |
---|
24 | .PD 0 |
---|
25 | .BI \-s " snaplength" |
---|
26 | .TP |
---|
27 | .PD |
---|
28 | .BI \-\^\-snaplength " snaplength" |
---|
29 | Truncate the packets to the length specified. This only makes a difference |
---|
30 | if the inputuri is a capture device. The value should be > 0. Inappropriate |
---|
31 | values will be ignored, but a warning will be printed. |
---|
32 | |
---|
33 | .TP |
---|
34 | .PD 0 |
---|
35 | .BI \-f " filterstring" |
---|
36 | .TP |
---|
37 | .PD |
---|
38 | .BI \-\^\-filter " filterstring" |
---|
39 | Apply a filter to the inputuri. |
---|
40 | |
---|
41 | .TP |
---|
42 | .PD 0 |
---|
43 | .BI \-X " factor" |
---|
44 | .TP |
---|
45 | .PD |
---|
46 | .BI \-\^\-speedup " factor" |
---|
47 | Decrease the gaps between packets by the specified factor. This will accelerate |
---|
48 | the rate at which the replay is performed. By default, the factor is 1 (i.e. |
---|
49 | no acceleration). |
---|
50 | |
---|
51 | .SH LINKS |
---|
52 | More details about tracereplay (and libtrace) can be found at |
---|
53 | http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation |
---|
54 | |
---|
55 | .SH SEE ALSO |
---|
56 | libtrace(3), tracesplit(1), tracesplit_dir(1), tracefilter(1), tracemerge(1), |
---|
57 | traceconvert(1), tracereport(1), tracertstats(1), tracestats(1), |
---|
58 | tracepktdump(1), traceanon(1), tracesummary(1), tracediff(1), |
---|
59 | traceends(1), tracetopends(1) |
---|
60 | |
---|
61 | .SH AUTHORS |
---|
62 | Andreas Loef <andreas.lof@cs.waikato.ac.nz>, Yuwei Wang <yww4@cs.waikato.ac.nz> |
---|