aboutsummaryrefslogtreecommitdiffstats
path: root/epan/geoip_db.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Don't stuff "(null)" into the protocol tree.gerald1-14/+26
2011-10-06Assume all strings coming from GeoIP are ISO-8859-1. Fix IPv6gerald1-4/+35
2011-10-06It seems like GEOIP_NETSPEED_EDITION_REV1_V6 was added to GeoIP 1.4.8.stig1-1/+3
2011-10-06Don't break strict aliasing rules.gerald1-6/+8
2011-10-05GEOIP_NETSPEED_EDITION_V6 → GEOIP_NETSPEED_EDITION_REV1_V6.gerald1-1/+1
2011-10-05Add a dummy version of geoip_db_lookup_ipv6(). Should fix compilation ongerald1-0/+5
2011-10-05Fix GeoIP-sans-IPv6 compilation.gerald1-1/+1
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but oldergerald1-5/+136
2011-09-21Fix ex "modeline" so it works;wmeier1-161/+161
2011-09-20From Dirk via bug 6361:stig1-2/+2
2011-05-17Make some routines static that aren't used outside the source file inguy1-1/+1
2011-01-22Close dir opened by ws_dir_open().stig1-0/+1
2011-01-06GEOIP_COUNTRY_EDITION_V6 isn't guaranteed to be defined.gerald1-0/+2
2010-12-29Add GEOIP_COUNTRY_EDITION_V6 to geoip_type_name_vals[].cmaynard1-0/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofguy1-1/+1
2010-03-04From LEGO via bug 3459:stig1-0/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-1/+1
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sguy1-1/+1
2009-02-04add display of GeoIP latitude/longitudeulfl1-1/+72
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_gerald1-2/+2
2008-12-20Add a newline to the end of the file.guy1-1/+1
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Renamegerald1-0/+303