[docsis->Annex C] Fix TLV 45 decoding

Change-Id: I23830283c1a3323cfb3b72da1e329c72817119ab
Reviewed-on: https://code.wireshark.org/review/21362
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Adrian Simionov 2017-04-27 20:49:29 +10:00 committed by Anders Broman
parent 265ed3e1ac
commit 64712974ed
1 changed files with 2 additions and 1 deletions

View File

@ -2527,7 +2527,7 @@ dissect_dut_filter (tvbuff_t * tvb, proto_tree * tree,
dut_tree =
proto_tree_add_subtree_format(tree, tvb, start, len, ett_docsis_tlv_dut_filter, NULL,
"Downstream Unencrypted Traffic (Length = %u)", len);
"45 Downstream Unencrypted Traffic (Length = %u)", len);
while (pos < (start + len))
{
@ -5972,6 +5972,7 @@ proto_register_docsis_tlv (void)
&ett_docsis_tlv_ds_ch_list,
&ett_docsis_tlv_ds_ch_list_single,
&ett_docsis_tlv_ds_ch_list_range,
&ett_docsis_tlv_dut_filter,
&ett_docsis_tlv_tcc,
&ett_docsis_tlv_tcc_ucd,
&ett_docsis_tlv_tcc_rng_parms,