aboutsummaryrefslogtreecommitdiffstats
path: root/epan/maxmind_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/maxmind_db.h')
-rw-r--r--epan/maxmind_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/maxmind_db.h b/epan/maxmind_db.h
index 1b8e5fed0a..1c3ade02bc 100644
--- a/epan/maxmind_db.h
+++ b/epan/maxmind_db.h
@@ -24,6 +24,7 @@ extern "C" {
typedef struct _mmdb_lookup_t {
gboolean found;
const char *country;
+ const char *country_iso;
const char *city;
unsigned int as_number;
const char *as_org;