From 1492fdf5a6b4a8f704aa22a42cd8e23fe8ad21db Mon Sep 17 00:00:00 2001 From: sfisher Date: Wed, 8 Dec 2010 00:16:42 +0000 Subject: [PATCH] Change "DCE RPC" to "Distributed Computing Environment / Remote Procedure Call (DCE/RPC)" for the DCERPC dissector's PROTONAME. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35152 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-dcerpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-dcerpc.c b/epan/dissectors/packet-dcerpc.c index 6e9982558e..cf8fabd43e 100644 --- a/epan/dissectors/packet-dcerpc.c +++ b/epan/dissectors/packet-dcerpc.c @@ -5473,7 +5473,7 @@ proto_register_dcerpc (void) }; module_t *dcerpc_module; - proto_dcerpc = proto_register_protocol ("DCE RPC", "DCERPC", "dcerpc"); + proto_dcerpc = proto_register_protocol ("Distributed Computing Environment / Remote Procedure Call (DCE/RPC)", "DCERPC", "dcerpc"); proto_register_field_array (proto_dcerpc, hf, array_length (hf)); proto_register_subtree_array (ett, array_length (ett)); register_init_routine (dcerpc_init_protocol); -- 2.34.1