docsis: fix

'docsis_vsif.gex.extended_cmts_mic_hmac_type' exists multiple times with NOT compatible types: FT_BYTES and FT_UINT8

Change-Id: Ic3a0f7f6edf5a28ffde6703276d4747d138081c7
Reviewed-on: https://code.wireshark.org/review/23896
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-10-13 14:00:38 +02:00 committed by Michael Mann
parent 337f49243f
commit 1e0dcf8daf
1 changed files with 1 additions and 1 deletions

View File

@ -708,7 +708,7 @@ proto_register_docsis_vsif (void)
"General Extension Information - Extended CMTS MIC Hmac type", HFILL}
},
{&hf_docsis_vsif_gex_ecm_extended_cmts_mic_bitmap,
{"..2 Extended CMTS MIC Bitmap", "docsis_vsif.gex.extended_cmts_mic_hmac_type",
{"..2 Extended CMTS MIC Bitmap", "docsis_vsif.gex.extended_cmts_mic_bitmap",
FT_BYTES, BASE_NONE, NULL, 0x0,
"General Extension Information - Extended CMTS MIC Bitmap", HFILL}
},