aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Simionov <daniel.simionov@gmail.com>2017-04-30 20:36:14 +1000
committerMichael Mann <mmann78@netscape.net>2017-05-02 04:06:43 +0000
commitc9f3adda808ec805931494def179db4c2b7f85fb (patch)
tree39352e483e40ad0d4bcfdb5f280774470a017bd2
parent2e2ba64b7214fd449131368f3973cbe26f382e2e (diff)
[docsis->dccrsp] Update TLV numbers and names to MULPIv3.1-I10
Change-Id: I72bec5bcbe7e2139ae36bf704e7ebda9207331fd Reviewed-on: https://code.wireshark.org/review/21424 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--plugins/docsis/packet-dccrsp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/docsis/packet-dccrsp.c b/plugins/docsis/packet-dccrsp.c
index 254df4161a..287cd9fc4d 100644
--- a/plugins/docsis/packet-dccrsp.c
+++ b/plugins/docsis/packet-dccrsp.c
@@ -65,7 +65,7 @@ dissect_dccrsp_cm_jump_time (tvbuff_t * tvb, proto_tree * tree, int start, guint
pos = start;
dcc_tree = proto_tree_add_subtree_format( tree, tvb, start, len, ett_docsis_dccrsp_cm_jump_time, NULL,
- "2 DCC-RSP CM Time Jump Encodings (Length = %u)", len);
+ "1 CM Jump Time Encodings (Length = %u)", len);
while ( pos < ( start + len) )
{
@@ -188,7 +188,7 @@ proto_register_docsis_dccrsp (void)
},
{&hf_docsis_dccrsp_cm_jump_time_length ,
{
- "Jump Time Length",
+ ".1 Length of Jump",
"docsis_dccrsp.cm_jump_time_length",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL,
@@ -197,7 +197,7 @@ proto_register_docsis_dccrsp (void)
},
{&hf_docsis_dccrsp_cm_jump_time_start ,
{
- "Jump Time Start",
+ ".2 Start Time of Jump",
"docsis_dccrsp.cm_jump_time_start",
FT_UINT64, BASE_DEC, NULL, 0x0,
NULL,
@@ -206,7 +206,7 @@ proto_register_docsis_dccrsp (void)
},
{&hf_docsis_dccrsp_key_seq_num ,
{
- "Auth Key Sequence Number",
+ "31 Auth Key Sequence Number",
"docsis_dccrsp.key_seq_num",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL,
@@ -215,7 +215,7 @@ proto_register_docsis_dccrsp (void)
},
{&hf_docsis_dccrsp_hmac_digest ,
{
- "HMAC-DigestNumber",
+ "27 HMAC-Digest Number",
"docsis_dccrsp.hmac_digest",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL,