aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rs_prop_acl.c
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 /epan/dissectors/packet-dcerpc-rs_prop_acl.c
parent192639ad8a19116d0a9324daf1a9b7d974d2a476 (diff)
From Kovarththanan Rajaratnam:
Remove trailing spaces in protocol/field names svn path=/trunk/; revision=28978
Diffstat (limited to 'epan/dissectors/packet-dcerpc-rs_prop_acl.c')
-rw-r--r--epan/dissectors/packet-dcerpc-rs_prop_acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-rs_prop_acl.c b/epan/dissectors/packet-dcerpc-rs_prop_acl.c
index 51a2d17c91..f03e97fd22 100644
--- a/epan/dissectors/packet-dcerpc-rs_prop_acl.c
+++ b/epan/dissectors/packet-dcerpc-rs_prop_acl.c
@@ -72,7 +72,7 @@ proto_register_rs_prop_acl (void)
};
proto_rs_prop_acl =
proto_register_protocol
- ("DCE/RPC Registry server propagation interface - ACLs. ", "rs_prop_acl",
+ ("DCE/RPC Registry server propagation interface - ACLs", "rs_prop_acl",
"rs_prop_acl");
proto_register_field_array (proto_rs_prop_acl, hf, array_length (hf));
proto_register_subtree_array (ett, array_length (ett));