diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2021-10-26 21:45:01 +0200 |
---|---|---|
committer | Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org> | 2021-10-27 05:45:14 +0000 |
commit | ff9c194582add17ef35164cefdc59c77c0b87c57 (patch) | |
tree | d303718c3e69960166fd52935d82683718e1ceab | |
parent | 492a703820923fa07e95b2e07d36b21c224cfe26 (diff) | |
download | wireshark-ff9c194582add17ef35164cefdc59c77c0b87c57.tar.gz wireshark-ff9c194582add17ef35164cefdc59c77c0b87c57.tar.bz2 wireshark-ff9c194582add17ef35164cefdc59c77c0b87c57.zip |
QUIC: Update to final RFC...
(cherry picked from commit 99d7ff9fa1db34455451fbbb12d8ac23ddfc3477)
-rw-r--r-- | epan/dissectors/packet-quic.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-quic.c b/epan/dissectors/packet-quic.c index 4340845f4c..6860569c92 100644 --- a/epan/dissectors/packet-quic.c +++ b/epan/dissectors/packet-quic.c @@ -12,9 +12,9 @@ /* * See https://quicwg.org - * https://tools.ietf.org/html/draft-ietf-quic-transport-33 - * https://tools.ietf.org/html/draft-ietf-quic-tls-33 - * https://tools.ietf.org/html/draft-ietf-quic-invariants-12 + * RFC9000 QUIC: A UDP-Based Multiplexed and Secure Transport + * RFC9001 Using TLS to Secure QUIC + * RFC8889 Version-Independent Properties of QUIC * https://tools.ietf.org/html/draft-ietf-quic-version-negotiation-03 * * Extension: |