Changes between Version 3 and Version 4 of TraceMerge
- Timestamp:
- 02/27/07 11:52:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TraceMerge
v3 v4 13 13 ==== Concatenating traces ==== 14 14 {{{ 15 tracemerge erf:merged_trace.gz erf:small_traces- *.gz15 tracemerge erf:merged_trace.gz erf:small_traces-1.gz erf:small_traces-2.gz erf:small_traces-3.gz 16 16 }}} 17 17 … … 23 23 24 24 === Notes === 25 * The output trace format does not have to match the input formats, e.g. {{{tracemerge pcapfile:merged_trace.pcap.gz erf:small_traces- *.gz}}} will work. There is also no requirement for the input traces to all be of the same format either. These properties hold true for all libtrace applications, although format header information can be lost converting from one format to another, e.g. pcap headers have no space to store the ERF rxerror variable.25 * The output trace format does not have to match the input formats, e.g. {{{tracemerge pcapfile:merged_trace.pcap.gz erf:small_traces-1.gz erf:small_traces-2.gz}}} will work. There is also no requirement for the input traces to all be of the same format either. These properties hold true for all libtrace applications, although format header information can be lost converting from one format to another, e.g. pcap headers have no space to store the ERF rxerror variable. 26 26 * As the name implies, {{{tracemerge}}} will produce a trace where the packets are all in timestamp order.