QUIC: Fix typo on diversification nonce display field name

Change-Id: I11455fba1ebc981e3f3865469a6cb537b3cdc11f
Reviewed-on: https://code.wireshark.org/review/16964
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-08-08 23:11:04 +02:00 committed by Anders Broman
parent 9f72f9e9a3
commit 7596268b9b
1 changed files with 1 additions and 1 deletions

View File

@ -1925,7 +1925,7 @@ proto_register_quic(void)
"Signifies that this packet is a public reset packet", HFILL }
},
{ &hf_quic_puflags_dnonce,
{ "Diversification nonce", "quic.puflags.cid",
{ "Diversification nonce", "quic.puflags.nonce",
FT_BOOLEAN, 8, TFS(&tfs_yes_no), PUFLAGS_DNONCE,
"Indicates the presence of a 32 byte diversification nonce", HFILL }
},