aboutsummaryrefslogtreecommitdiffstats
path: root/epan/geoip_db.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-02-04 01:02:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-02-04 01:02:59 +0000
commitd5d3e1fa9220a9e0da2fd4b5a428dd248d55672d (patch)
tree72a1b662da782f7f64a954a7cd19c80d5c9f8390 /epan/geoip_db.h
parent52c567e2b285f7f66b2e0e39964f4d1c1e2ebaba (diff)
add display of GeoIP latitude/longitude
This is a crude hack, as the current Wireshark interface to GeoIP is not really suitable for reading several values of a single GeoIP database :-( svn path=/trunk/; revision=27365
Diffstat (limited to 'epan/geoip_db.h')
-rw-r--r--epan/geoip_db.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/geoip_db.h b/epan/geoip_db.h
index a9e0cc4729..61a69e4fae 100644
--- a/epan/geoip_db.h
+++ b/epan/geoip_db.h
@@ -27,6 +27,13 @@
#ifndef __GEOIP_DB_H__
#define __GEOIP_DB_H__
+
+/* Fake databases to make lat/lon values available */
+/* XXX - find a better way to interface */
+#define WS_LAT_FAKE_EDITION 12
+#define WS_LON_FAKE_EDITION 13
+
+
/**
* Init function called from epan.h
*/