aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-23/+23
2010-02-23From Jakub Zawadzki:Anders Broman1-7/+3
2010-01-28Fix gcc -Wshadow warnings.Bill Meier1-17/+17
2010-01-19Fix a potential compilation problem with older versions of c-ares.Gerald Combs1-3/+3
2009-12-24Have get_host_ipaddr and get_host_ipaddr6 return FALSE if network nameGerald Combs1-16/+33
2009-12-24If we're using c-ares, have get_host_ipaddr and get_host_ipaddr6 timeGerald Combs1-12/+90
2009-12-22Change host_name_lookup_process to return TRUE if anything new has beenGerald Combs1-9/+24
2009-12-06Let c-ares actually resolve IPv6 addresses.Jaap Keuter1-1/+1
2009-10-30Prepare for c-ares 1.6.1 release.Jaap Keuter1-1/+11
2009-10-05Add null pointer guardKovarththanan Rajaratnam1-1/+1
2009-09-29Put caqm inside INET6 guard in host_lookup6().Stig Bjørlykke1-69/+1
2009-09-13From Didier Gautheron:Anders Broman1-139/+126
2009-09-07Constify some functionsKovarththanan Rajaratnam1-4/+4
2009-09-07Whitespace changesKovarththanan Rajaratnam1-315/+315
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...Kovarththanan Rajaratnam1-8/+52
2009-09-07Tigthen scope of local variablesKovarththanan Rajaratnam1-8/+7
2009-09-07Use constant strings for Addresses saves some memory.Anders Broman1-2/+3
2009-09-06Put backAnders Broman1-4/+5
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-09-06From Didier Gautheron:Anders Broman1-117/+202
2009-09-04From : Didier GautheronAnders Broman1-1/+1
2009-09-01Check whether "size" points to something positive, not whether "size"Guy Harris1-1/+1
2009-09-01Remove superfluous NULL pointer checks wrt. g_malloc() and g_realloc()Kovarththanan Rajaratnam1-4/+5
2009-09-01From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam1-3/+3
2009-07-17From Kovarththanan Rajaratnam:Anders Broman1-2/+2
2009-06-24From Kovarththanan Rajaratnam via bug 3555:Stig Bjørlykke1-0/+4
2009-04-01Only #undef inet_aton if we're using ADNS on Windows.Gerald Combs1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2009-01-06From Frederic Leroy: Update c-ares version handling.Gerald Combs1-2/+4
2008-12-24C-ares version check fix from Frederic Leroy, modified by me.Gerald Combs1-2/+2
2008-12-23Allow compilation with c-ares <= 1.4.0 (untested). While we're at it, fixGerald Combs1-4/+11
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-09-20Do not leak the port range in parse_service_line().Stig Bjørlykke1-1/+1
2008-08-12Avoid an indefinite loop freeing the same data over and over againStig Bjørlykke1-0/+1
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includingGerald Combs1-12/+16
2008-08-07Add support for the c-ares asynchronous DNS resolution library to theGerald Combs1-24/+190
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-4/+4
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-05-23Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-25/+25
2008-04-12From Andrew Feren (bug 2433):Stig Bjørlykke1-11/+33
2008-01-24Removed C++ style comment.Stig Bjørlykke1-1/+1
2008-01-21From Douglas Pratley (bug 1445):Stig Bjørlykke1-5/+312
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-4/+4
2008-01-14Fixed a few "statement not reached" warnings and a "assignment type mismatch"...Stig Bjørlykke1-1/+0
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-16/+21
2007-10-26Apply yet another set of the optimization patches:Anders Broman1-28/+16
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...Mike Duigou1-7/+2
2007-08-15Mask out only the bc/mc bit, not the locally assigned bit.Jörg Mayer1-5/+6
2007-08-14if the manuf address could not be resolved, strip off special bits (multicast...Ulf Lamping1-1/+17