aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-15 08:59:53 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-15 08:59:53 +0000
commit3a86a0c575c47b2b714b97f86553077e7cee5c68 (patch)
tree62bdd34d1321334a2bc3ca77988b1744f9263f5a /smb.h
parent0a923ecac12f18b93a5208da55e5063e175642c2 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4947 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'smb.h')
-rw-r--r--smb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/smb.h b/smb.h
index b3c009c5e8..cba344da61 100644
--- a/smb.h
+++ b/smb.h
@@ -2,7 +2,7 @@
* Defines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
- * $Id: smb.h,v 1.34 2002/03/15 04:46:43 tpot Exp $
+ * $Id: smb.h,v 1.35 2002/03/15 08:59:53 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -302,4 +302,6 @@ extern GHashTable *dcerpc_fragment_table;
*/
extern const value_string NT_errors[];
extern const value_string DOS_errors[];
+extern const value_string ms_country_codes[];
+
#endif