aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc-netlogon.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-netlogon.c
parent5906cde27a6607faea599b12404b4fd9069ddbac (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. svn path=/trunk/; revision=4943
Diffstat (limited to 'packet-dcerpc-netlogon.c')
-rw-r--r--packet-dcerpc-netlogon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc-netlogon.c b/packet-dcerpc-netlogon.c
index e84f781fe6..c5e700df83 100644
--- a/packet-dcerpc-netlogon.c
+++ b/packet-dcerpc-netlogon.c
@@ -3,7 +3,7 @@
* Copyright 2001, Tim Potter <tpot@samba.org>
* 2002 structure and command dissectors by Ronnie Sahlberg
*
- * $Id: packet-dcerpc-netlogon.c,v 1.9 2002/03/14 09:19:17 sahlberg Exp $
+ * $Id: packet-dcerpc-netlogon.c,v 1.10 2002/03/14 10:04:02 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -5455,7 +5455,7 @@ static hf_register_info hf[] = {
{ &hf_netlogon_country,
{ "Country", "netlogon.country", FT_UINT16, BASE_DEC,
- NULL, 0x0, "Country setting for this account", HFILL }},
+ VALS(ms_country_codes), 0x0, "Country setting for this account", HFILL }},
{ &hf_netlogon_codepage,
{ "Codepage", "netlogon.codepage", FT_UINT16, BASE_DEC,