-
Notifications
You must be signed in to change notification settings - Fork 50
traceconvert
salcock edited this page Dec 18, 2014
·
1 revision
traceconvert
is a libtrace tool that takes a single libtrace input (which can be either an existing trace or a live capture input) and writes the contents to any libtrace supported output format.
traceconvert inputuri outputuri
traceconvert erf:mytrace.erf.gz pcapfile:mytrace.pcap.gz
traceconvert int:eth0 pcapfile:mytrace.pcap.gz
traceconvert pcapfile:mytrace.pcap.gz int:eth0
Note: this will replay the trace exactly as it was captured, i.e. IP headers, link level headers etc will all be unaltered.
traceconvert
does not currently support setting a compression method or level, so will always write gzip level 1 compressed output. For more control over compression, use TraceSplit instead.