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. |
| 25 | * The output trace format does not have to match the input formats, e.g. |
| 26 | {{{ |
| 27 | tracemerge pcapfile:merged_trace.pcap.gz erf:small_traces-1.gz erf:small_traces-2.gz |
| 28 | }}} |
| 29 | 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. |