aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-dtsstime_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-dcerpc-dtsstime_req.c')
-rw-r--r--packet-dcerpc-dtsstime_req.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/packet-dcerpc-dtsstime_req.c b/packet-dcerpc-dtsstime_req.c
index d4b7187c42..f80b65a92b 100644
--- a/packet-dcerpc-dtsstime_req.c
+++ b/packet-dcerpc-dtsstime_req.c
@@ -4,7 +4,7 @@
* This information is based off the released idl files from opengroup.
* ftp://ftp.opengroup.org/pub/dce122/dce/src/time.tar.gz time/service/dtsstime_req.idl
*
- * $Id: packet-dcerpc-dtsstime_req.c,v 1.4 2003/06/26 04:30:27 tpot Exp $
+ * $Id: packet-dcerpc-dtsstime_req.c,v 1.5 2003/08/04 02:49:03 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -77,14 +77,6 @@ proto_register_dtsstime_req (void)
void
proto_reg_handoff_dtsstime_req (void)
{
- header_field_info *hf_info;
-
/* Register the protocol as dcerpc */
dcerpc_init_uuid (proto_dtsstime_req, ett_dtsstime_req, &uuid_dtsstime_req, ver_dtsstime_req, dtsstime_req_dissectors, hf_dtsstime_req_opnum);
-
- /* Set opnum strings from subdissector list */
-
- hf_info = proto_registrar_get_nth(hf_dtsstime_req_opnum);
- hf_info->strings = value_string_from_subdissectors(
- dtsstime_req_dissectors, array_length(dtsstime_req_dissectors));
}