aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2021-10-30 15:21:20 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-11-03 14:22:39 +0000
commitedf6de76eca0fcb9e19f2e45a4c358df21ac8d70 (patch)
tree2b1a56d5efef86c4a8596d0c10c299ef89228825 /epan
parent767115558f5285d6dd43af0425a41ee30b364158 (diff)
QUIC(datagram): Fix update link
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-tls-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tls-utils.h b/epan/dissectors/packet-tls-utils.h
index 633c8960cb..67f8b1a3b6 100644
--- a/epan/dissectors/packet-tls-utils.h
+++ b/epan/dissectors/packet-tls-utils.h
@@ -174,7 +174,7 @@ typedef enum {
#define SSL_HND_QUIC_TP_ACTIVE_CONNECTION_ID_LIMIT 0x0e
#define SSL_HND_QUIC_TP_INITIAL_SOURCE_CONNECTION_ID 0x0f
#define SSL_HND_QUIC_TP_RETRY_SOURCE_CONNECTION_ID 0x10
-#define SSL_HND_QUIC_TP_MAX_DATAGRAM_FRAME_SIZE 0x20 /* https://tools.ietf.org/html/draft-pauly-quic-datagram-05 */
+#define SSL_HND_QUIC_TP_MAX_DATAGRAM_FRAME_SIZE 0x20 /* https://datatracker.ietf.org/doc/html/draft-ietf-quic-datagram-06 */
#define SSL_HND_QUIC_TP_LOSS_BITS 0x1057 /* https://tools.ietf.org/html/draft-ferrieuxhamchaoui-quic-lossbits-03 */
#define SSL_HND_QUIC_TP_GREASE_QUIC_BIT 0x2ab2 /* https://tools.ietf.org/html/draft-thomson-quic-bit-grease-00 */
#define SSL_HND_QUIC_TP_ENABLE_TIME_STAMP 0x7157 /* https://tools.ietf.org/html/draft-huitema-quic-ts-02 */