summaryrefslogtreecommitdiff
path: root/packet-dcerpc-samr.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-14 10:04:02 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-14 10:04:02 +0000
commit7791aabe522d32eeb28851944f80499d5d90ca92 (patch)
tree48e89b731fb1001b79c3674e302c339ef396e68a /packet-dcerpc-samr.c
parent5906cde27a6607faea599b12404b4fd9069ddbac (diff)
downloadwireshark-7791aabe522d32eeb28851944f80499d5d90ca92.tar.gz
Added a value_string for the countreis which have their MS contry code listed
at www.unicode.org and made samr and netlogon use it. svn path=/trunk/; revision=4943
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 edaa7bad4c..54b51163e5 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.24 2002/03/11 00:28:21 sahlberg Exp $
+ * $Id: packet-dcerpc-samr.c,v 1.25 2002/03/14 10:04:02 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3756,7 +3756,7 @@ proto_register_dcerpc_samr(void)
NULL, 0, "Resume handle", HFILL }},
{ &hf_samr_country, {
"Country", "samr.country", FT_UINT16, BASE_DEC,
- NULL, 0, "Country setting for this user", HFILL }},
+ VALS(ms_country_codes), 0, "Country setting for this user", HFILL }},
{ &hf_samr_codepage, {
"Codepage", "samr.codepage", FT_UINT16, BASE_DEC,
NULL, 0, "Codepage setting for this user", HFILL }},