aboutsummaryrefslogtreecommitdiffstats
path: root/epan/geoip_db.c
AgeCommit message (Expand)AuthorFilesLines
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