aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-07 11:37:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-07 11:37:15 +0000
commit87d24c910120c74d18f3a3782af55261be627286 (patch)
tree35e276dd00800f4de1c318c01e96c159c055d267 /plugins/docsis
parent192639ad8a19116d0a9324daf1a9b7d974d2a476 (diff)
From Kovarththanan Rajaratnam:
Remove trailing spaces in protocol/field names svn path=/trunk/; revision=28978
Diffstat (limited to 'plugins/docsis')
-rw-r--r--plugins/docsis/packet-dccack.c2
-rw-r--r--plugins/docsis/packet-dccreq.c2
-rw-r--r--plugins/docsis/packet-dccrsp.c2
-rw-r--r--plugins/docsis/packet-dcd.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/docsis/packet-dccack.c b/plugins/docsis/packet-dccack.c
index 59ea3feeee..e97b806974 100644
--- a/plugins/docsis/packet-dccack.c
+++ b/plugins/docsis/packet-dccack.c
@@ -163,7 +163,7 @@ proto_register_docsis_dccack (void)
/* Register the protocol name and description */
proto_docsis_dccack =
- proto_register_protocol ("DOCSIS Downstream Channel Change Acknowledge ",
+ proto_register_protocol ("DOCSIS Downstream Channel Change Acknowledge",
"DOCSIS DCC-ACK", "docsis_dccack");
/* Required function calls to register the header fields and subtrees used */
diff --git a/plugins/docsis/packet-dccreq.c b/plugins/docsis/packet-dccreq.c
index 0ad6a89586..de2197b8b3 100644
--- a/plugins/docsis/packet-dccreq.c
+++ b/plugins/docsis/packet-dccreq.c
@@ -594,7 +594,7 @@ proto_register_docsis_dccreq (void)
/* Register the protocol name and description */
proto_docsis_dccreq =
- proto_register_protocol ("DOCSIS Downstream Channel Change Request ",
+ proto_register_protocol ("DOCSIS Downstream Channel Change Request",
"DOCSIS DCC-REQ", "docsis_dccreq");
/* Required function calls to register the header fields and subtrees used */
diff --git a/plugins/docsis/packet-dccrsp.c b/plugins/docsis/packet-dccrsp.c
index d1f1f523ed..ded61839c6 100644
--- a/plugins/docsis/packet-dccrsp.c
+++ b/plugins/docsis/packet-dccrsp.c
@@ -251,7 +251,7 @@ proto_register_docsis_dccrsp (void)
/* Register the protocol name and description */
proto_docsis_dccrsp =
- proto_register_protocol ("DOCSIS Downstream Channel Change Response ",
+ proto_register_protocol ("DOCSIS Downstream Channel Change Response",
"DOCSIS DCC-RSP", "docsis_dccrsp");
/* Required function calls to register the header fields and subtrees used */
diff --git a/plugins/docsis/packet-dcd.c b/plugins/docsis/packet-dcd.c
index fb263c7602..b18c14cc7f 100644
--- a/plugins/docsis/packet-dcd.c
+++ b/plugins/docsis/packet-dcd.c
@@ -840,7 +840,7 @@ proto_register_docsis_dcd (void)
/* Register the protocol name and description */
proto_docsis_dcd =
- proto_register_protocol ("DOCSIS Downstream Channel Descriptor ",
+ proto_register_protocol ("DOCSIS Downstream Channel Descriptor",
"DOCSIS DCD", "docsis_dcd");
/* Required function calls to register the header fields and subtrees used */