aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-nt.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-06 10:01:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-06 10:01:17 +0000
commita4b87ac09d238942ca2587f643c0de0285d4e86d (patch)
tree3f533dec54c992475dc2e6d088101401b77dc9b2 /packet-dcerpc-nt.c
parent6723d2656536ef5383ea3e0e86598253bf66ea34 (diff)
Rename function and variables for dissecting an NT service Account Control
bitmap and make the function not static. This bitmap is present in other RPC protocols for NT services as well besides SAMR. svn path=/trunk/; revision=4889
Diffstat (limited to 'packet-dcerpc-nt.c')
-rw-r--r--packet-dcerpc-nt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-dcerpc-nt.c b/packet-dcerpc-nt.c
index ddacd42122..e25c8caf16 100644
--- a/packet-dcerpc-nt.c
+++ b/packet-dcerpc-nt.c
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.c,v 1.7 2002/03/06 08:58:01 sahlberg Exp $
+ * $Id: packet-dcerpc-nt.c,v 1.8 2002/03/06 10:01:17 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -580,3 +580,5 @@ dissect_ndr_nt_UNICODE_STRING(tvbuff_t *tvb, int offset,
return offset;
}
/* UNICODE_STRING END */
+
+