aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-07 06:38:40 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-07 06:38:40 +0000
commit6e33ba9d28e5e1d36b1759749371afa633a8520d (patch)
treed3cbecfe45d0dba62b8c40816540156340a85e38 /packet-dcerpc-lsa.c
parente15193fa72a7db3ab4d401edbff1a3fd71f4483f (diff)
Decorate the top-level tree items for "LSA_TRANSLATED_NAME" and an
"LSA_TRUST_INFORMATION" with the account name. svn path=/trunk/; revision=7088
Diffstat (limited to 'packet-dcerpc-lsa.c')
-rw-r--r--packet-dcerpc-lsa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-dcerpc-lsa.c b/packet-dcerpc-lsa.c
index 0d7e94eb73..ffa9306555 100644
--- a/packet-dcerpc-lsa.c
+++ b/packet-dcerpc-lsa.c
@@ -3,7 +3,7 @@
* Copyright 2001,2003 Tim Potter <tpot@samba.org>
* 2002 Added LSA command dissectors Ronnie Sahlberg
*
- * $Id: packet-dcerpc-lsa.c,v 1.67 2003/02/07 06:04:28 tpot Exp $
+ * $Id: packet-dcerpc-lsa.c,v 1.68 2003/02/07 06:38:40 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1258,7 +1258,7 @@ lsa_dissect_LSA_TRANSLATED_NAME(tvbuff_t *tvb, int offset,
/* name */
offset = dissect_ndr_counted_string(tvb, offset, pinfo, tree, drep,
- hf_lsa_name, 0);
+ hf_lsa_name, 1);
/* index */
offset = dissect_ndr_uint32 (tvb, offset, pinfo, tree, drep,
@@ -1346,7 +1346,7 @@ lsa_dissect_LSA_TRUST_INFORMATION(tvbuff_t *tvb, int offset,
/* name */
offset = dissect_ndr_counted_string(tvb, offset, pinfo, tree, drep,
- hf_lsa_name, 0);
+ hf_lsa_name, 1);
/* sid */
offset = dissect_ndr_nt_PSID(tvb, offset,