TLS: fix visualization of QUIC Transport Parameter Preferred Address

This commit is contained in:
Nardi Ivan 2020-10-16 21:27:57 +02:00
parent 04145521b4
commit e9ab795179
1 changed files with 1 additions and 1 deletions

View File

@ -7457,7 +7457,7 @@ ssl_dissect_hnd_hello_ext_quic_transport_parameters(ssl_common_dissect_t *hf, tv
tvb, offset, 2, ENC_BIG_ENDIAN);
offset += 2;
if (!ssl_add_vector(hf, tvb, pinfo, tree, offset, offset_end, &connectionid_length,
if (!ssl_add_vector(hf, tvb, pinfo, parameter_tree, offset, offset_end, &connectionid_length,
hf->hf.hs_ext_quictp_parameter_pa_connectionid_length, 0, 20)) {
break;
}