aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-samr.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-14 10:04:02 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-14 10:04:02 +0000
commitb9884cf6c1fa9b075c4758173f78cc0b635bf19e (patch)
tree48e89b731fb1001b79c3674e302c339ef396e68a /packet-dcerpc-samr.c
parentb8704d80b3cf01379a5633ba00fd1326609921c3 (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4943 f5534014-38df-0310-8fa8-9805f1628bb7
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 }},