dcerpc: remove use-after-free (found by clang).
[metze/wireshark/wip.git] / epan / geoip_db.c
2017-11-15 João ValverdeExplain where GeoIP_free comes from
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-04-14 Pascal QuantinUpdate Windows binaries to GeoIP 1.6.10 with a local...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-02-22 Dario Lombardogeoip_db: replace g_free with free.
2017-02-06 Dario Lombardogeoip_db: remove leak.
2017-01-13 Dario Lombardogeoip: free resources to avoid leak.
2017-01-12 Dario Lombardouat: add a reset callback.
2016-11-22 Jaap KeuterImprove name resolution preference tooltips.
2016-07-30 João ValverdeAdd GeoIP database UN*X system path
2016-06-19 Guy HarrisDon't assume we have an array of GeoIP databases.
2015-01-18 Guy HarrisWe need epan/wmem/wmem.h regardless of whether we have...
2015-01-18 Alexis La GoutteTry to make Mac OS X Buildbots happy
2015-01-18 Michael MannRemove emem from GeoIP
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2014-09-17 Gerald CombsQt: Add the "Map" button to the Endpoints dialog.
2014-09-17 Gerald CombsQt: Remove duplicate GeoIP columns.
2014-09-05 Gerald CombsQt: Refactor ConversationDialog for endpoints.
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...