From 86576ce6ac55614848fea0b539899c07ba7999a2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 15 Oct 2002 05:21:07 +0000 Subject: 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 --- packet-dcerpc-netlogon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-dcerpc-netlogon.c') 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 * 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 @@ -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)); -- cgit v1.2.3