You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Note: this will replay the trace exactly as it was captured, i.e. IP headers, link level headers etc will all be unaltered.
Notes
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.