@@ -509,7 +509,7 @@ JSON-SEQ serialization example:
509509 " description " : " Description for this trace file (long)" ,
510510 " trace " : {
511511 " common_fields " : {
512- " protocol_types " : ["QUIC","HTTP3 "],
512+ " protocol_types " : ["QUIC","HTTP/3 "],
513513 " group_id" :"127ecc830d98f9d54a42c4f0842aa87e181a",
514514 " time_format" :"relative",
515515 " reference_time " : 1553986553572
@@ -647,7 +647,7 @@ Example qlog event:
647647 " name " : " quic:packet_sent" ,
648648 " data " : { ... },
649649
650- " protocol_types " : ["QUIC","HTTP3 "],
650+ " protocol_types " : ["QUIC","HTTP/3 "],
651651 " group_id " : " 127ecc830d98f9d54a42c4f0842aa87e181a" ,
652652
653653 " time_format " : " absolute" ,
@@ -767,7 +767,7 @@ $ProtocolType /= "UNKNOWN"
767767~~~
768768{: # protocol-type-def title="ProtocolTypeList and ProtocolType socket definition"}
769769
770- For example, QUIC and HTTP/3 events have the "QUIC" and "HTTP3 " protocol_type
770+ For example, QUIC and HTTP/3 events have the "QUIC" and "HTTP/3 " protocol_type
771771entry values, see {{QLOG-QUIC}} and {{QLOG-H3}}.
772772
773773Typically however, all events in a single trace are of the same few protocols, and
@@ -817,7 +817,7 @@ and QUIC connection IDs:
817817 },
818818 {
819819 " time " : 1553986553581,
820- " protocol_types " : ["QUIC","HTTP3 "],
820+ " protocol_types " : ["QUIC","HTTP/3 "],
821821 " group_id " : " 127ecc830d98f9d54a42c4f0842aa87e181a" ,
822822 " name " : " quic:packet_sent" ,
823823 " data " : { ... }
@@ -874,7 +874,7 @@ per-event instance:
874874{
875875 " events " : [{
876876 " group_id " : " 127ecc830d98f9d54a42c4f0842aa87e181a" ,
877- " protocol_types " : ["QUIC","HTTP3 "],
877+ " protocol_types " : ["QUIC","HTTP/3 "],
878878 " time_format " : " relative" ,
879879 " reference_time " : 1553986553572,
880880
@@ -883,7 +883,7 @@ per-event instance:
883883 " data " : { ... }
884884 },{
885885 " group_id " : " 127ecc830d98f9d54a42c4f0842aa87e181a" ,
886- " protocol_types " : ["QUIC","HTTP3 "],
886+ " protocol_types " : ["QUIC","HTTP/3 "],
887887 " time_format " : " relative" ,
888888 " reference_time " : 1553986553572,
889889
@@ -900,7 +900,7 @@ extracted to common_fields:
900900{
901901 " common_fields " : {
902902 " group_id " : " 127ecc830d98f9d54a42c4f0842aa87e181a" ,
903- " protocol_types " : ["QUIC","HTTP3 "],
903+ " protocol_types " : ["QUIC","HTTP/3 "],
904904 " time_format " : " relative" ,
905905 " reference_time " : 1553986553572
906906 },
0 commit comments