aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-15 08:59:53 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-03-15 08:59:53 +0000
commitad861e78277a3633222c72f60aead1f5daa24a77 (patch)
tree62bdd34d1321334a2bc3ca77988b1744f9263f5a /packet-smb-pipe.c
parentd3c236be5e9f99fb2bfd520e2c255138c313638a (diff)
Moved the value_string for MS country codes from packet-dcerpc-nt.c to
packet-smb.c so that packet-smb-pipe.c can reference this struct as well. svn path=/trunk/; revision=4947
Diffstat (limited to 'packet-smb-pipe.c')
-rw-r--r--packet-smb-pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-smb-pipe.c b/packet-smb-pipe.c
index c3f55c7b17..7a3fad7d54 100644
--- a/packet-smb-pipe.c
+++ b/packet-smb-pipe.c
@@ -8,7 +8,7 @@ XXX Fixme : shouldnt show [malformed frame] for long packets
* significant rewrite to tvbuffify the dissector, Ronnie Sahlberg and
* Guy Harris 2001
*
- * $Id: packet-smb-pipe.c,v 1.69 2002/02/18 01:08:36 guy Exp $
+ * $Id: packet-smb-pipe.c,v 1.70 2002/03/15 08:59:52 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3102,7 +3102,7 @@ proto_register_pipe_lanman(void)
/* XXX - we should have a value_string table for this */
{ &hf_country_code,
{ "Country Code", "lanman.country_code", FT_UINT16, BASE_DEC,
- NULL, 0, "LANMAN Country Code", HFILL }},
+ VALS(ms_country_codes), 0, "LANMAN Country Code", HFILL }},
{ &hf_workstations,
{ "Workstations", "lanman.workstations", FT_STRING, BASE_NONE,