summaryrefslogtreecommitdiff
path: root/plugins/docsis
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-21 03:14:49 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-21 03:14:49 +0000
commit381664535b9ee6d260e95bd9cc95d2c5236da269 (patch)
tree44601f2b36a24467be271aad8478d6af5c26233c /plugins/docsis
parent46ef82837fdfadc8ffaba61e48302a3f0b79b6a0 (diff)
downloadwireshark-381664535b9ee6d260e95bd9cc95d2c5236da269.tar.gz
As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 :
Clean up hf fields some more: mostly removing leading and trailing spaces from names and blurbs. svn path=/trunk/; revision=34165
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/packet-bintrngreq.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/docsis/packet-bintrngreq.c b/plugins/docsis/packet-bintrngreq.c
index 531c3f8ed7..d00b5a2641 100644
--- a/plugins/docsis/packet-bintrngreq.c
+++ b/plugins/docsis/packet-bintrngreq.c
@@ -84,10 +84,10 @@ dissect_bintrngreq (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
/* Register the protocol with Wireshark */
-/*
- * this format is required because a script is used to build the C function
+/*
+ * this format is required because a script is used to build the C function
* that calls all the protocol registration.
- */
+ */
void
proto_register_docsis_bintrngreq (void)
{
@@ -119,12 +119,12 @@ proto_register_docsis_bintrngreq (void)
"MAC Domain Downstream Service Group Identifier", HFILL}
},
{&hf_docsis_bintrngreq_down_chid,
- {"DS Chan ID ", "docsis_bintrngreq.downchid",
+ {"DS Chan ID", "docsis_bintrngreq.downchid",
FT_UINT8, BASE_HEX_DEC, NULL, 0x0,
NULL, HFILL}
},
{&hf_docsis_bintrngreq_up_chid,
- {"US Chan ID ", "docsis_bintrngreq.upchid",
+ {"US Chan ID", "docsis_bintrngreq.upchid",
FT_UINT8, BASE_HEX_DEC, NULL, 0x0,
NULL, HFILL}
},