aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-srvsvc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-24 01:59:23 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-24 01:59:23 +0000
commit0946e905532a8dfcfdf28a3f4b6af92cfb4c197f (patch)
treed9db0dae2f7935aafbabe294d1c69ee88c4a39a5 /packet-dcerpc-srvsvc.c
parentaeee4169635ff798d94e2eb7ee4291b446e3e95c (diff)
Put in a note about the result of a SRVSVC NetRemoteTOD call.
svn path=/trunk/; revision=5753
Diffstat (limited to 'packet-dcerpc-srvsvc.c')
-rw-r--r--packet-dcerpc-srvsvc.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/packet-dcerpc-srvsvc.c b/packet-dcerpc-srvsvc.c
index 5c0472f4f0..f2316f1900 100644
--- a/packet-dcerpc-srvsvc.c
+++ b/packet-dcerpc-srvsvc.c
@@ -6,7 +6,7 @@
* Copyright 2002, Ronnie Sahlberg
* rewrote entire dissector
*
- * $Id: packet-dcerpc-srvsvc.c,v 1.40 2002/06/24 00:08:17 tpot Exp $
+ * $Id: packet-dcerpc-srvsvc.c,v 1.41 2002/06/24 01:59:23 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -6020,6 +6020,18 @@ srvsvc_dissect_TIMEOFDAY(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
char *drep)
{
+ /*
+ * XXX - is "hf_srvsvc_tod_elapsed" something that should be
+ * processed by "add_abstime_absent_unknown()" from
+ * "packet-smb-pipe.c"? This structure looks similar
+ * to the result of a NetRemoteTOD RAP call, and that has
+ * a "current time" field that's processed by
+ * "add_abstime_absent_unknown()".
+ *
+ * Should other fields, such as the time zone offset and
+ * the time interval, be processed as they are for
+ * "lm_data_resp_netremotetod_nolevel" as well?
+ */
offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,
hf_srvsvc_tod_elapsed, NULL);
offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep,