aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-10-13 14:00:38 +0200
committerMichael Mann <mmann78@netscape.net>2017-10-13 12:14:50 +0000
commit1e0dcf8dafafd2261c863471e191c65c768e02ea (patch)
tree4e3f74c4d10e74349b0336d0be7ec3fb0c54c505 /plugins
parent337f49243faeab6796c12e434928823606dda195 (diff)
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>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docsis/packet-vendor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/docsis/packet-vendor.c b/plugins/docsis/packet-vendor.c
index 96ed0ff1b6..4a870138fd 100644
--- a/plugins/docsis/packet-vendor.c
+++ b/plugins/docsis/packet-vendor.c
@@ -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}
},