QUIC: fix 'quic.puflags.cid' exists multiple times with NOT compatible types: FT_UINT8 and FT_BOOLEAN

Change-Id: I5b90ce0f1201121d699481d3aa15e48b7c747a5a
Reviewed-on: https://code.wireshark.org/review/15618
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2016-05-30 15:14:57 +02:00 committed by Michael Mann
parent 07c5e05bc0
commit 577d4f2b78
1 changed files with 1 additions and 1 deletions

View File

@ -1921,7 +1921,7 @@ proto_register_quic(void)
"Indicates the full 8 byte Connection ID is present", HFILL }
},
{ &hf_quic_puflags_cid_old,
{ "CID Length", "quic.puflags.cid",
{ "CID Length", "quic.puflags.cid.old",
FT_UINT8, BASE_HEX, VALS(puflags_cid_old_vals), PUFLAGS_CID_OLD,
"Signifies the Length of CID", HFILL }
},