From 4d2920314d4fccae47d2d0c63cf234d3320a2bcd Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Sun, 7 Oct 2007 23:46:44 +0000 Subject: From Chris Maynard : 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 --- plugins/docsis/packet-dscack.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/docsis/packet-dscack.c') diff --git a/plugins/docsis/packet-dscack.c b/plugins/docsis/packet-dscack.c index 882c6b12ad..529f8e2c1a 100644 --- a/plugins/docsis/packet-dscack.c +++ b/plugins/docsis/packet-dscack.c @@ -108,17 +108,17 @@ proto_register_docsis_dscack (void) /* Setup list of header fields See Section 1.6.1 for details*/ static hf_register_info hf[] = { {&hf_docsis_dscack, - {"Dynamic Service Change Ack", "docsis.dscack", + {"Dynamic Service Change Ack", "docsis_dscack", FT_BYTES, BASE_HEX, NULL, 0x0, "Dynamic Service Add Request", HFILL} }, {&hf_docsis_dscack_tranid, - {"Transaction Id", "docsis.dscack.tranid", + {"Transaction Id", "docsis_dscack.tranid", FT_UINT16, BASE_DEC, NULL, 0x0, "Service Identifier", HFILL} }, {&hf_docsis_dscack_response, - {"Confirmation Code", "docsis.dscack.confcode", + {"Confirmation Code", "docsis_dscack.confcode", FT_UINT8, BASE_DEC, VALS (docsis_conf_code), 0x0, "Confirmation Code", HFILL} }, -- cgit v1.2.3