<div dir="ltr">Hello,<br><div><br></div><div>I'm trying to read the file "metadata".</div><div>I read the struct: </div><div><br></div><div>struct metadata_packet_header {<br>    uint32_t magic;                 /* 0x75D11D57 */<br>      uint8_t  uuid[16];             /* Unique Universal Identifier */<br>     uint32_t checksum;              /* 0 if unused */<br>     uint32_t content_size;          /* in bits */<br> uint32_t packet_size;           /* in bits */<br> uint8_t  compression_scheme;   /* 0 if unused */<br>     uint8_t  encryption_scheme;    /* 0 if unused */<br>     uint8_t  checksum_scheme;      /* 0 if unused */<br>     uint8_t  major;                        /* CTF spec major version number */<br>   uint8_t  minor;                        /* CTF spec minor version number */<br>   HEADER_END;<br>};<br></div><div><br></div><div>the magic is indeed 0x75D11D57.</div><div>What is next struct I should read ?</div><div>I would expect "packet context". Am I right ? </div><div>what struct is it ?</div><div><br></div><div>I want to write a simple babeltrace for windows. </div><div>If I succeed, and you will find it relevant, I can upload this project. </div><div><br></div><div>Thank you in advance,</div><div>Zvika </div></div>