aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-01-28 23:26:11 +0000
committerTim Potter <tpot@samba.org>2003-01-28 23:26:11 +0000
commit081f25299f9c3e95fc13d1afea987ae956eac15f (patch)
treebdb9579e5bb95542da42c9c493eb43499151cc89 /packet-dcerpc-nt.c
parent327767a8384e3e8abcd6bcbf96279912ca703fd4 (diff)
Removed some out of date comments.
svn path=/trunk/; revision=7029
Diffstat (limited to 'packet-dcerpc-nt.c')
-rw-r--r--packet-dcerpc-nt.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/packet-dcerpc-nt.c b/packet-dcerpc-nt.c
index f3f303ec43..778b98204f 100644
--- a/packet-dcerpc-nt.c
+++ b/packet-dcerpc-nt.c
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001-2003, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.c,v 1.56 2003/01/28 06:27:00 tpot Exp $
+ * $Id: packet-dcerpc-nt.c,v 1.57 2003/01/28 23:26:11 tpot Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -107,8 +107,6 @@ static gint ett_nt_policy_hnd = -1;
} UNICODE_STRING;
structure used by NT to transmit unicode string values.
- This function also looks at di->levels to see if whoever called us wanted us to append
- the name: string to any higher levels in the tree .
*/
int
dissect_ndr_nt_UNICODE_STRING_str(tvbuff_t *tvb, int offset,
@@ -153,10 +151,6 @@ dissect_ndr_nt_UNICODE_STRING_str(tvbuff_t *tvb, int offset,
[size_is(size/2), length_is(len/2), ptr] unsigned short *string;
} UNICODE_STRING;
structure used by NT to transmit unicode string values.
-
- the function takes one additional parameter, level
- which specifies how many additional levels up in the tree where we should
- append the string. If unsure, specify levels as 0.
*/
int
dissect_ndr_nt_UNICODE_STRING_cb(tvbuff_t *tvb, int offset,