aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-dsareq.c
diff options
context:
space:
mode:
authorrichardv <richardv@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-07 23:46:44 +0000
committerrichardv <richardv@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-07 23:46:44 +0000
commit972d42a4483724f1cd47a2ac3aad726ef1ef28ba (patch)
tree9cea3956d2210305bdbe9395b178f18340d21f45 /plugins/docsis/packet-dsareq.c
parent4b768eb26897f97bf4d515a34f977ab429990c3a (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 ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23088 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/docsis/packet-dsareq.c')
-rw-r--r--plugins/docsis/packet-dsareq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/docsis/packet-dsareq.c b/plugins/docsis/packet-dsareq.c
index 84e7dce376..e3e4501374 100644
--- a/plugins/docsis/packet-dsareq.c
+++ b/plugins/docsis/packet-dsareq.c
@@ -99,12 +99,12 @@ proto_register_docsis_dsareq (void)
/* Setup list of header fields See Section 1.6.1 for details*/
static hf_register_info hf[] = {
{&hf_docsis_dsareq,
- {"Dynamic Service Addition Request", "docsis.dsareq",
+ {"Dynamic Service Addition Request", "docsis_dsareq",
FT_BYTES, BASE_HEX, NULL, 0x0,
"Dynamic Service Addition Request", HFILL}
},
{&hf_docsis_dsareq_tranid,
- {"Transaction Id", "docsis.dsareq.tranid",
+ {"Transaction Id", "docsis_dsareq.tranid",
FT_UINT16, BASE_DEC, NULL, 0x0,
"Transaction Id", HFILL}
},