aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c')
-rw-r--r--epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c b/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
index 0211360054..d1dfc2fc84 100644
--- a/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
+++ b/epan/dissectors/packet-dcerpc-rs_pwd_mgmt.c
@@ -79,7 +79,7 @@ proto_register_rs_pwd_mgmt (void)
&ett_rs_pwd_mgmt,
};
proto_rs_pwd_mgmt =
- proto_register_protocol ("DCE/RPC Registry Password Management ",
+ proto_register_protocol ("DCE/RPC Registry Password Management",
"rs_pwd_mgmt", "rs_pwd_mgmt");
proto_register_field_array (proto_rs_pwd_mgmt, hf, array_length (hf));
proto_register_subtree_array (ett, array_length (ett));