summaryrefslogtreecommitdiff
path: root/doc/dlt-convert.1
blob: e63a0c86a2bc9bd3964a52a00cbd49032b0f13e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.TH dlt-convert 1 "September 19, 2012" "version 2.7.1 Stable" "USER COMMANDS"
.SH NAME
dlt-convert \- Convert DLT Logging files into ASCII
.SH SYNOPSIS
.B dlt-convert
[\-h] [\-a] [\-x] [\-m] [\-s][\-o filename] [\-v] [\-c] [\-b number]
[\-e number] [\-w] file1 [file2] [file3]
.SH 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. 
.SH OPTIONS
.TP
\-h
Display a short help text.
.TP
\-a
Print DLT file; payload as ASCII.
.TP
\-x
Print DLT file; payload as hex.
.TP
\-m
Print DLT file; payload as hex and ASCII.
.TP
\-s
Print DLT file; only headers.
.TP
\-o
Output messages in new DLT file.
.TP
\-v
Verbose mode.
.TP
\-c
Count number of messages.
.TP
\-b
First messages to be handled.
.TP
\-e
Last message to be handled.
.TP
\-w
Follow dlt file while file is increasing.
.SH EXAMPLES
.TP
Convert DLT file into ASCII:
.B dlt-convert
\-a mylog.dlt
.PP
.TP
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:
.B dlt-convert
\-b 1 -e 3 -o newlog.dlt log.dlt
.PP
.TP
Paste two dlt files log1.dlt and log2.dlt to a new file called newlog.dlt:
.B dlt-convert
\-o newlog.dlt log1.dlt log2.dlt
.PP
.SH EXIT STATUS
Non zero is returned in case of failure.
.SH AUTHOR
Alexander Wenzel (alexander.aw.wenzel (at) bmw.de)
.SH SEE ALSO
dlt-daemon(1)