aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-09 09:54:13 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-09 09:54:13 +0000
commit5f3ec8a7414dd401d0d7cb89426aaf66eef2af0b (patch)
tree6d475410146c99cdc4d0bbb1ba85ec0f3fe32d07 /packet-dcerpc-samr.c
parent94f3f3479e5c9ee9c2c059bbebc8b1329e836d94 (diff)
Put in a comment noting that the previous change came from a real
capture, so if an IDL disagrees, the IDL is wrong. svn path=/trunk/; revision=5428
Diffstat (limited to 'packet-dcerpc-samr.c')
-rw-r--r--packet-dcerpc-samr.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-dcerpc-samr.c b/packet-dcerpc-samr.c
index 29af1288ee..b50a506664 100644
--- a/packet-dcerpc-samr.c
+++ b/packet-dcerpc-samr.c
@@ -3,7 +3,7 @@
* Copyright 2001, Tim Potter <tpot@samba.org>
* 2002 Added all command dissectors Ronnie Sahlberg
*
- * $Id: packet-dcerpc-samr.c,v 1.43 2002/05/09 09:49:34 guy Exp $
+ * $Id: packet-dcerpc-samr.c,v 1.44 2002/05/09 09:54:13 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -4052,6 +4052,10 @@ samr_dissect_query_information_domain_reply(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree,
char *drep)
{
+ /*
+ * Yes, in at least one capture with replies from a W2K server,
+ * this was, indeed, a UNIQUE pointer, not a REF pointer.
+ */
offset = dissect_ndr_pointer(tvb, offset, pinfo, tree, drep,
samr_dissect_DOMAIN_INFO, NDR_POINTER_UNIQUE,
"DOMAIN_INFO pointer", hf_samr_domain, 0);