aboutsummaryrefslogtreecommitdiffstats
path: root/epan/geoip_db.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-638/+0
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-11-15Explain where GeoIP_free comes fromJoão Valverde1-0/+4
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-2/+2
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-6/+2
2017-04-14Update Windows binaries to GeoIP 1.6.10 with a local GeoIP_free functionPascal Quantin1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-02-22geoip_db: replace g_free with free.Dario Lombardo1-16/+22
2017-02-06geoip_db: remove leak.Dario Lombardo1-0/+2
2017-01-13geoip: free resources to avoid leak.Dario Lombardo1-1/+4
2017-01-12uat: add a reset callback.Dario Lombardo1-3/+17
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