summaryrefslogtreecommitdiff
path: root/packet-dcerpc-nt.h
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-nt.h
parent5906cde27a6607faea599b12404b4fd9069ddbac (diff)
downloadwireshark-7791aabe522d32eeb28851944f80499d5d90ca92.tar.gz
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-nt.h')
-rw-r--r--packet-dcerpc-nt.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-dcerpc-nt.h b/packet-dcerpc-nt.h
index d1af9aa106..bcdc4cadca 100644
--- a/packet-dcerpc-nt.h
+++ b/packet-dcerpc-nt.h
@@ -2,7 +2,7 @@
* Routines for DCERPC over SMB packet disassembly
* Copyright 2001, Tim Potter <tpot@samba.org>
*
- * $Id: packet-dcerpc-nt.h,v 1.11 2002/03/11 00:28:21 sahlberg Exp $
+ * $Id: packet-dcerpc-nt.h,v 1.12 2002/03/14 10:04:02 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -74,6 +74,9 @@ int prs_push_ptr(tvbuff_t *tvb, int offset, packet_info *pinfo,
guint32 prs_pop_ptr(GList **ptr_list, char *name);
+
+extern const value_string ms_country_codes[];
+
#define ALIGN_TO_4_BYTES {if(offset&0x03)offset=(offset&0xfffffffc)+4;}
int