aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-15 05:21:07 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-15 05:21:07 +0000
commit86576ce6ac55614848fea0b539899c07ba7999a2 (patch)
treef4b8267442ded365149398de908005bd7a117491 /packet-dcerpc-netlogon.c
parente0e71226743cabaed94a6bd090f033009e0023c9 (diff)
When registering a protocol, make sure there are no other protocols with
the same long name, short name, or filter name, and abort if there are. Fix the duplicate names that found (and another name error found while fixing one of those errors). svn path=/trunk/; revision=6425
Diffstat (limited to 'packet-dcerpc-netlogon.c')
-rw-r--r--packet-dcerpc-netlogon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-netlogon.c b/packet-dcerpc-netlogon.c
index 83d3fbaa16..8fd20bc374 100644
--- a/packet-dcerpc-netlogon.c
+++ b/packet-dcerpc-netlogon.c
@@ -3,7 +3,7 @@
* Copyright 2001, Tim Potter <tpot@samba.org>
* 2002 structure and command dissectors by Ronnie Sahlberg
*
- * $Id: packet-dcerpc-netlogon.c,v 1.57 2002/09/29 10:28:27 sahlberg Exp $
+ * $Id: packet-dcerpc-netlogon.c,v 1.58 2002/10/15 05:21:02 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -6341,7 +6341,7 @@ static hf_register_info hf[] = {
};
proto_dcerpc_netlogon = proto_register_protocol(
- "Microsoft Network Logon", "NETLOGON", "rpc_netlogon");
+ "Microsoft Network Logon", "RPC_NETLOGON", "rpc_netlogon");
proto_register_field_array(proto_dcerpc_netlogon, hf,
array_length(hf));