From Aaron Woo (via Jeff Weston): Optimized Link State Routing Protocol
[obnox/wireshark/wip.git] / packet-dcerpc-rep_proc.c
index 88f66b14beff38b61914a4919baac39fe719b957..0ab029571be07d465f69ce700d8819497b0efff7 100644 (file)
@@ -5,7 +5,7 @@
  * This information is based off the released idl files from opengroup.
  * ftp://ftp.opengroup.org/pub/dce122/dce/src/file.tgz  file/fsint/rep_proc.idl
  *
- * $Id: packet-dcerpc-rep_proc.c,v 1.3 2003/06/26 04:30:28 tpot Exp $
+ * $Id: packet-dcerpc-rep_proc.c,v 1.4 2003/08/04 02:49:01 tpot Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -88,14 +88,6 @@ proto_register_rep_proc (void)
 void
 proto_reg_handoff_rep_proc (void)
 {
-       header_field_info *hf_info;
-
        /* Register the protocol as dcerpc */
        dcerpc_init_uuid (proto_rep_proc, ett_rep_proc, &uuid_rep_proc, ver_rep_proc, rep_proc_dissectors, hf_rep_proc_opnum);
-
-       /* Set opnum strings from subdissector list */
-
-       hf_info = proto_registrar_get_nth(hf_rep_proc_opnum);
-       hf_info->strings = value_string_from_subdissectors(
-               rep_proc_dissectors, array_length(rep_proc_dissectors));
 }