aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-dccrsp.c
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-10-07 23:46:44 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-10-07 23:46:44 +0000
commit4d2920314d4fccae47d2d0c63cf234d3320a2bcd (patch)
tree9cea3956d2210305bdbe9395b178f18340d21f45 /plugins/docsis/packet-dccrsp.c
parentcf9760900c9098a06b3c9b7ab31d57f2578eed4f (diff)
From Chris Maynard <christopher.maynard@gtech.com>:
With the exception of docsis's packet-tlv.c file, these are all simple problems with the prefix not exactly set to PROTOABBREV. For example, for packet-bpkmattr.c, the field names are prefixed with "docsis.bpkmattr." instead of "docsis_bpkmattr.". packet-tlv.c had one mis-named field, namely "docsis.cos.sid". It has been changed to "docsis_tlv.cos.sid" in the patch to be attached, which includes patches for 29 files in the plugins/docsis/ directory ... svn path=/trunk/; revision=23088
Diffstat (limited to 'plugins/docsis/packet-dccrsp.c')
-rw-r--r--plugins/docsis/packet-dccrsp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/docsis/packet-dccrsp.c b/plugins/docsis/packet-dccrsp.c
index 70ad4809a2..6c10573f9f 100644
--- a/plugins/docsis/packet-dccrsp.c
+++ b/plugins/docsis/packet-dccrsp.c
@@ -189,7 +189,7 @@ proto_register_docsis_dccrsp (void)
{&hf_docsis_dccrsp_tran_id ,
{
"Transaction ID ",
- "docsis.dccrsp.tran_id",
+ "docsis_dccrsp.tran_id",
FT_UINT16, BASE_DEC, NULL, 0x0,
"Transaction ID ",
HFILL
@@ -198,7 +198,7 @@ proto_register_docsis_dccrsp (void)
{&hf_docsis_dccrsp_conf_code ,
{
"Confirmation Code ",
- "docsis.dccrsp.conf_code",
+ "docsis_dccrsp.conf_code",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Confirmation Code ",
HFILL
@@ -207,7 +207,7 @@ proto_register_docsis_dccrsp (void)
{&hf_docsis_dccrsp_cm_jump_time_length ,
{
"Jump Time Length ",
- "docsis.dccrsp.cm_jump_time_length",
+ "docsis_dccrsp.cm_jump_time_length",
FT_UINT32, BASE_DEC, NULL, 0x0,
"Jump Time Length ",
HFILL
@@ -216,7 +216,7 @@ proto_register_docsis_dccrsp (void)
{&hf_docsis_dccrsp_cm_jump_time_start ,
{
"Jump Time Start ",
- "docsis.dccrsp.cm_jump_time_start",
+ "docsis_dccrsp.cm_jump_time_start",
FT_UINT64, BASE_DEC, NULL, 0x0,
"Jump Time Start ",
HFILL
@@ -225,7 +225,7 @@ proto_register_docsis_dccrsp (void)
{&hf_docsis_dccrsp_key_seq_num ,
{
"Auth Key Sequence Number ",
- "docsis.dccrsp.key_seq_num",
+ "docsis_dccrsp.key_seq_num",
FT_UINT8, BASE_DEC, NULL, 0x0,
"Auth Key Sequence Number ",
HFILL
@@ -234,7 +234,7 @@ proto_register_docsis_dccrsp (void)
{&hf_docsis_dccrsp_hmac_digest ,
{
"HMAC-DigestNumber ",
- "docsis.dccrsp.hmac_digest",
+ "docsis_dccrsp.hmac_digest",
FT_BYTES, BASE_DEC, NULL, 0x0,
"HMAC-DigestNumber ",
HFILL