Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 579 Bytes

File metadata and controls

19 lines (15 loc) · 579 Bytes

OSI trace file formats

There are multiple formats for storing multiple serialized OSI messages into one trace file.

*.osi

Binary trace file. Messages are separated by a length specification before each message. The length is represented by a four-byte, little-endian, unsigned integer. The length does not include the integer itself.

*.txt

Plain-text trace file. Messages are separated by __.

*.txth

Human-readable plain-text trace file. Messages are separated by newlines. Such a file may be used for manual checks.