aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-11 07:48:22 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-11 07:48:22 +0000
commit62c48557e5c5a699e2364df15ea253eadb0a38e1 (patch)
tree56bb19859a772f19e9a92f133248baa51f44f8f7 /packet-dcerpc-samr.c
parent7b8fc2d1896223df0d9c945939ac1de20732161f (diff)
Get rid of an extra "." at the end of the name of the "nt.str" field.
svn path=/trunk/; revision=6908
Diffstat (limited to 'packet-dcerpc-samr.c')
-rw-r--r--packet-dcerpc-samr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-samr.c b/packet-dcerpc-samr.c
index 3b28ed24d1..29204698aa 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.64 2003/01/11 04:35:57 tpot Exp $
+ * $Id: packet-dcerpc-samr.c,v 1.65 2003/01/11 07:48:22 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -5203,7 +5203,7 @@ proto_register_dcerpc_samr(void)
NULL, 0x0, "Size of string in bytes", HFILL }},
{ &hf_nt_str,
- { "String", "nt.str.", FT_STRING, BASE_NONE,
+ { "String", "nt.str", FT_STRING, BASE_NONE,
NULL, 0x0, "String data", HFILL }},
{ &hf_nt_str_len,