logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dlt-convert - Convert DLT Logging files into ASCII

Author

       Alexander Wenzel (alexander.aw.wenzel (at) bmw (dot) de)

Bugs

       See Github issue: <https://github.com/COVESA/dlt-daemon/issues>

Description

       Read  DLT files, print DLT messages as ASCII and store the messages again.  Use Ranges and Output file to
       cut DLT files.  Use two files and Output file to join DLT files.

   OPTIONS
       -h     Display a short help text.

       -a     Print DLT file; payload as ASCII.

       -x     Print DLT file; payload as hex.

       -m     Print DLT file; payload as hex and ASCII.

       -s Print DLT file; only headers.

       -o     Output messages in new DLT file.

       -v     Verbose mode.

       -c     Count number of messages.

       -f     Enable filtering of messages.

       -b     First messages to be handled.

       -e     Last message to be handled.

       -w     Follow dlt file while file is increasing.

       -t     Handling the compressed input files (tar.gz).

Examples

       Convert DLT file into ASCII: dlt-convert-amylog.dlt

       Cut a specific range, e.g. from message 1 to message 3 from a file called log.dlt and store the result to
       a file called newlog.dlt: dlt-convert-b1-e3-onewlog.dltlog.dlt

       Paste two dlt files log1.dlt and log2.dlt to a new file  called  newlog.dlt:  dlt-convert-onewlog.dltlog1.dltlog2.dlt

       Handle  the  compressed  input files and join inputs into a new file called newlog.dlt: dlt-convert-t-onewlog.dltlog1.dltcompressed_log2.tar.gz

Exit Status

       Non zero is returned in case of failure.

Name

dlt-convert - Convert DLT Logging files into ASCII

See Also

dlt-daemon(1)DLT-CONVERT(1)

Synopsis

dlt-convert [-h] [-a] [-x] [-m] [-s] [-t] [-o filename] [-v] [-c] [-f filterfile] [-b number] [-e number]
       [-w] file1 [file2] [file3]

See Also