aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-lsa.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-08-27 19:02:51 +0000
committerGuy Harris <guy@alum.mit.edu>2002-08-27 19:02:51 +0000
commite495c4917eb58f0c67c0c2c64a202be82a83096e (patch)
tree8f2d55b2af4e8b0e5296089eda3735ac992cabad /packet-dcerpc-lsa.c
parent9288a564d5ee36feaec4a103876f05e516057a10 (diff)
"lsa.key" is a Unicode string, and is ultimately put into the protocol
tree with "proto_tree_add_string()", so it has to have the type FT_STRING, not FT_BYTES. svn path=/trunk/; revision=6096
Diffstat (limited to 'packet-dcerpc-lsa.c')
-rw-r--r--packet-dcerpc-lsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-lsa.c b/packet-dcerpc-lsa.c
index 774a834cc6..2fa6087b29 100644
--- a/packet-dcerpc-lsa.c
+++ b/packet-dcerpc-lsa.c
@@ -3,7 +3,7 @@
* Copyright 2001, Tim Potter <tpot@samba.org>
* 2002 Added LSA command dissectors Ronnie Sahlberg
*
- * $Id: packet-dcerpc-lsa.c,v 1.56 2002/08/22 01:13:12 tpot Exp $
+ * $Id: packet-dcerpc-lsa.c,v 1.57 2002/08/27 19:02:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -4293,7 +4293,7 @@ proto_register_dcerpc_lsa(void)
NULL, 0x0, "", HFILL }},
{ &hf_lsa_key,
- { "Key", "lsa.key", FT_BYTES, BASE_NONE,
+ { "Key", "lsa.key", FT_STRING, BASE_NONE,
NULL, 0x0, "", HFILL }},
{ &hf_lsa_flat_name,