Try to improve the "Kerberos requested but not OpenSSL" message.
[jelmer/wireshark.git] / epan / geoip_db.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-14 Guy HarrisDon't cast away constness.
2014-01-13 Guy HarrisGet rid of unused routine (the initialization is done in
2013-10-25 Evan HuusAdd a very small hack to make the UAT update callback...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-03-21 Bill MeierFrom beroset:
2013-02-21 Jakub ZawadzkiString passed to val_to_str() must have int format...
2012-12-26 Guy Harrisgeoip_db_get_paths() is exported from libwireshark...
2012-12-26 Guy HarrisDon't define geoip_db_get_paths() unless we have GeoIP...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-18 Evan HuusFix some system header files that were #included with...
2012-07-13 Bill MeierFix crash in geoip_db_pref_init() when changing to...
2012-07-08 Guy HarrisFrom Evan Huus:
2012-07-08 Guy HarrisUATs could be put into "categories". The categories...
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-28 Guy HarrisConstify the "string to return if not found" argument to
2012-03-21 Bill Meier'tab-width/tabstop/tabSize' in editor modelines should...
2011-10-06 Gerald CombsDon't stuff "(null)" into the protocol tree.
2011-10-06 Gerald CombsAssume all strings coming from GeoIP are ISO-8859-1...
2011-10-06 Stig BjørlykkeIt seems like GEOIP_NETSPEED_EDITION_REV1_V6 was added...
2011-10-06 Gerald CombsDon't break strict aliasing rules.
2011-10-05 Gerald CombsGEOIP_NETSPEED_EDITION_V6 → GEOIP_NETSPEED_EDITION_REV1_V6.
2011-10-05 Gerald CombsAdd a dummy version of geoip_db_lookup_ipv6(). Should...
2011-10-05 Gerald CombsFix GeoIP-sans-IPv6 compilation.
2011-10-05 Gerald CombsAdd GeoIP IPv6 database support. Tested with GeoIP...
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-09-20 Stig BjørlykkeFrom Dirk via bug 6361:
2011-05-17 Guy HarrisMake some routines static that aren't used outside...
2011-01-22 Stig BjørlykkeClose dir opened by ws_dir_open().
2011-01-06 Gerald CombsGEOIP_COUNTRY_EDITION_V6 isn't guaranteed to be defined.
2010-12-29 Chris MaynardAdd GEOIP_COUNTRY_EDITION_V6 to geoip_type_name_vals[].
2010-10-29 Guy HarrisMake the third argument to a UAT copy callback a size_t...
2010-03-04 Stig BjørlykkeFrom LEGO via bug 3459:
2009-03-13 Stig BjørlykkeFrom Jakub Zawadzki (bug 3331):
2009-02-16 Guy HarrisAdd an additional "title" attribute for UAT fields...
2009-02-04 Ulf Lampingadd display of GeoIP latitude/longitude
2008-12-23 Gerald CombsAdd GeoIP to the Windows build. Fix a remaining geoip_...
2008-12-20 Guy HarrisAdd a newline to the end of the file.
2008-12-19 Gerald CombsRename geoip.[ch] to geoip_db.[ch] so we don't collide...