summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-09-08 13:31:36 +0100
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:49:34 +0000
commit40c835dac7e68528bfdc9322041ac93ef274c37d (patch)
treeb1266aac7d3248d8b2cfad60bd547d107a8cfdbf /ssl
parent3e5287803972de26d0ccbb912bf26e4fd42e39e1 (diff)
QLOG: Wiring: QUIC TXPIM: Record the packet type
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/quic/quic_txp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/quic/quic_txp.c b/ssl/quic/quic_txp.c
index b18f8c0e38..c23ec34668 100644
--- a/ssl/quic/quic_txp.c
+++ b/ssl/quic/quic_txp.c
@@ -2812,6 +2812,7 @@ static int txp_generate_for_el(OSSL_QUIC_TX_PACKETISER *txp,
tpkt->ackm_pkt.is_pto_probe = 0;
tpkt->ackm_pkt.is_mtu_probe = 0;
tpkt->ackm_pkt.time = txp->args.now(txp->args.now_arg);
+ tpkt->pkt_type = pkt->phdr.type;
/* Done. */
return rc;