aboutsummaryrefslogtreecommitdiffstats
path: root/epan/geoip_db.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Improve name resolution preference tooltips.Jaap Keuter1-3/+3
2016-07-30Add GeoIP database UN*X system pathJoão Valverde1-7/+18
2016-06-19Don't assume we have an array of GeoIP databases.Guy Harris1-1/+1
2015-01-18We need epan/wmem/wmem.h regardless of whether we have GeoIP.Guy Harris1-4/+6
2015-01-18Try to make Mac OS X Buildbots happyAlexis La Goutte1-2/+2
2015-01-18Remove emem from GeoIPMichael Mann1-23/+56
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-4/+1
2014-09-17Qt: Add the "Map" button to the Endpoints dialog.Gerald Combs1-0/+6
2014-09-17Qt: Remove duplicate GeoIP columns.Gerald Combs1-2/+2
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-40/+29
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-13Get rid of unused routine (the initialization is done inGuy Harris1-29/+0
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+1
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+2
2013-03-21From beroset:Bill Meier1-8/+8
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-1/+1
2012-12-26geoip_db_get_paths() is exported from libwireshark, so it has to existGuy Harris1-0/+5
2012-12-26Don't define geoip_db_get_paths() unless we have GeoIP - we don't use itGuy Harris1-5/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-2/+2
2012-07-13Fix crash in geoip_db_pref_init() when changing to a new profile.Bill Meier1-2/+2
2012-07-08From Evan Huus:Guy Harris1-10/+64
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-2/+4
2012-07-06From Michael Mann:Anders Broman1-11/+18
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28Constify the "string to return if not found" argument toGuy Harris1-13/+7
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8.Bill Meier1-1/+1
2011-10-06Don't stuff "(null)" into the protocol tree.Gerald Combs1-14/+26
2011-10-06Assume all strings coming from GeoIP are ISO-8859-1. Fix IPv6Gerald Combs1-4/+35
2011-10-06It seems like GEOIP_NETSPEED_EDITION_REV1_V6 was added to GeoIP 1.4.8.Stig Bjørlykke1-1/+3
2011-10-06Don't break strict aliasing rules.Gerald Combs1-6/+8
2011-10-05GEOIP_NETSPEED_EDITION_V6 → GEOIP_NETSPEED_EDITION_REV1_V6.Gerald Combs1-1/+1
2011-10-05Add a dummy version of geoip_db_lookup_ipv6(). Should fix compilation onGerald Combs1-0/+5
2011-10-05Fix GeoIP-sans-IPv6 compilation.Gerald Combs1-1/+1
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but olderGerald Combs1-5/+136
2011-09-21Fix ex "modeline" so it works;Bill Meier1-161/+161
2011-09-20From Dirk via bug 6361:Stig Bjørlykke1-2/+2
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris1-1/+1
2011-01-22Close dir opened by ws_dir_open().Stig Bjørlykke1-0/+1
2011-01-06GEOIP_COUNTRY_EDITION_V6 isn't guaranteed to be defined.Gerald Combs1-0/+2
2010-12-29Add GEOIP_COUNTRY_EDITION_V6 to geoip_type_name_vals[].Chris Maynard1-0/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-1/+1
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-1/+1
2009-02-04add display of GeoIP latitude/longitudeUlf Lamping1-1/+72
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs1-2/+2
2008-12-20Add a newline to the end of the file.Guy Harris1-1/+1
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs1-0/+303