summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-10 16:18:18 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-10 16:18:18 +0000
commit9276c4340b7e7dabe69b98d7d97ea6d0ece432ab (patch)
tree25b39f4ee34ba86e1a2928236229f03439f954da /plugins
parent6da5bbbe9e0945a3b68bfa99e2e5dc932953478c (diff)
downloadwireshark-9276c4340b7e7dabe69b98d7d97ea6d0ece432ab.tar.gz
Fix ERROR: NO ARRAY: packet-tlv.c, hf_docsis_rcv_mod_enc_ctr_freq_asgn
##Backport 1.6, 1.8 svn path=/trunk/; revision=47605
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docsis/packet-tlv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/docsis/packet-tlv.c b/plugins/docsis/packet-tlv.c
index cbaf21704e..997868bca9 100644
--- a/plugins/docsis/packet-tlv.c
+++ b/plugins/docsis/packet-tlv.c
@@ -5515,6 +5515,11 @@ proto_register_docsis_tlv (void)
FT_BYTES, BASE_NONE, NULL, 0x0,
"Channel Block Range", HFILL}
},
+ {&hf_docsis_rcv_mod_enc_ctr_freq_asgn,
+ {"..4 First Channel Center Frequency Assignment", "docsis_tlv.rcv_mod_enc.ctr_freq_asgn",
+ FT_UINT32, BASE_DEC, NULL, 0x0,
+ "First Channel Center Frequency Assignment", HFILL}
+ },
{&hf_docsis_ch_bl_rng_min_ctr_freq,
{"...1 Minimum Center Frequency", "docsis_tlv.rcp.rcv_mod_enc.ch_bl_rng.min_ctr_freq",
FT_UINT32, BASE_DEC, NULL, 0x0,