From ad861e78277a3633222c72f60aead1f5daa24a77 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 15 Mar 2002 08:59:53 +0000 Subject: 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 --- packet-smb-pipe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-smb-pipe.c') 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 @@ -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, -- cgit v1.2.3