From 4ccbfa3edca9d6b6abc2ad46f7734be82f5e994e Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 4 Aug 2003 02:49:04 +0000 Subject: Guy suggested that the dcerpc opnum value_string code could be simplified somewhat. Now the dynamic initialisation of the value_string is contained in the value_string_from_subdissectors() function instead of being distributed amongst the dcerpc dissectors. svn path=/trunk/; revision=8123 --- packet-dcerpc-mgmt.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'packet-dcerpc-mgmt.c') diff --git a/packet-dcerpc-mgmt.c b/packet-dcerpc-mgmt.c index 3562fb5802..5c5153e7c4 100644 --- a/packet-dcerpc-mgmt.c +++ b/packet-dcerpc-mgmt.c @@ -2,7 +2,7 @@ * Routines for dcerpc mgmt dissection * Copyright 2001, Todd Sabin * - * $Id: packet-dcerpc-mgmt.c,v 1.6 2003/06/26 04:30:28 tpot Exp $ + * $Id: packet-dcerpc-mgmt.c,v 1.7 2003/08/04 02:49:02 tpot Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -75,14 +75,6 @@ proto_register_mgmt (void) void proto_reg_handoff_mgmt (void) { - header_field_info *hf_info; - /* Register the protocol as dcerpc */ dcerpc_init_uuid (proto_mgmt, ett_mgmt, &uuid_mgmt, ver_mgmt, mgmt_dissectors, hf_opnum); - - /* Set opnum strings from subdissector list */ - - hf_info = proto_registrar_get_nth(hf_opnum); - hf_info->strings = value_string_from_subdissectors( - mgmt_dissectors, array_length(mgmt_dissectors)); } -- cgit v1.2.3