From 6a819d9950e41244b742073f0962e2c5a80eb735 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sat, 10 Mar 2018 09:18:03 -0800 Subject: MaxMindDB: Add country ISO codes. Add and dissect country ISO codes. Prefer them when printing summary information. Change-Id: I3ce2bde88fa5ca2604c8bb745c42f239660252ff Reviewed-on: https://code.wireshark.org/review/26415 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- epan/maxmind_db.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/maxmind_db.h') 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; -- cgit v1.2.3