aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-tkn4int.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-dcerpc-tkn4int.c')
-rw-r--r--packet-dcerpc-tkn4int.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/packet-dcerpc-tkn4int.c b/packet-dcerpc-tkn4int.c
index 6ff6ad4334..854ac09110 100644
--- a/packet-dcerpc-tkn4int.c
+++ b/packet-dcerpc-tkn4int.c
@@ -5,7 +5,7 @@
* This information is based off the released idl files from opengroup.
* ftp://ftp.opengroup.org/pub/dce122/dce/src/file.tar.gz file/fsint/tkn4int.idl
*
- * $Id: packet-dcerpc-tkn4int.c,v 1.3 2003/06/26 04:30:30 tpot Exp $
+ * $Id: packet-dcerpc-tkn4int.c,v 1.4 2003/08/04 02:48:59 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -87,14 +87,6 @@ proto_register_tkn4int (void)
void
proto_reg_handoff_tkn4int (void)
{
- header_field_info *hf_info;
-
/* Register the protocol as dcerpc */
dcerpc_init_uuid (proto_tkn4int, ett_tkn4int, &uuid_tkn4int, ver_tkn4int, tkn4int_dissectors, hf_tkn4int_opnum);
-
- /* Set opnum strings from subdissector list */
-
- hf_info = proto_registrar_get_nth(hf_tkn4int_opnum);
- hf_info->strings = value_string_from_subdissectors(
- tkn4int_dissectors, array_length(tkn4int_dissectors));
}