X-Git-Url: http://git.efficios.com/?p=ctf.git;a=blobdiff_plain;f=common-trace-format-specification.md;fp=common-trace-format-specification.md;h=fd49e593742b443e59dad592d5d8f83e7f5e8b26;hp=d98417601c11be852d72231d3e7a5f3dbe1e0860;hb=170b27c21f0731140660c6b62197ae1c5842e361;hpb=e0b917a0f303a7075180119ef184563ed3ffa8ba diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index d984176..fd49e59 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -886,13 +886,13 @@ trace { }; ~~~ -If the magic number is not present, tools such as `file` will have no -mean to discover the file type. +If the magic number (`magic` field) is not present, +tools such as `file` will have no mean to discover the file type. -If the uuid is not present, no validation that the metadata actually -corresponds to the stream is performed. +If the `uuid` field is not present, no validation that the metadata +actually corresponds to the stream is performed. -If the stream_id packet header field is missing, the trace can only +If the `stream_id` packet header field is missing, the trace can only contain a single stream. Its `id` field can be left out, and its events don't need to declare a `stream_id` field.