QUIC: fix typo on ACK num revived field description

Found in https://ask.wireshark.org/questions/58396/some-question-about-quic-decode-result

Change-Id: Ic7fc2c2318186eabb5047f816987d2553a6fd449
Reviewed-on: https://code.wireshark.org/review/19547
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-01-04 21:06:06 +01:00 committed by Anders Broman
parent c1f7cbfcef
commit 3f176f94e7
1 changed files with 1 additions and 1 deletions

View File

@ -2515,7 +2515,7 @@ proto_register_quic(void)
"Specifying one less than the number of sequential nacks in the range", HFILL }
},
{ &hf_quic_frame_type_ack_num_revived,
{ "Num Ranges", "quic.frame_type.ack.num_revived",
{ "Num Revived", "quic.frame_type.ack.num_revived",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Specifying the number of revived packets, recovered via FEC", HFILL }
},