aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...wmeier1-23/+23
2010-10-05Add more information to the Info column for some ICMPv6 messages. Add agerald1-1/+1
2010-08-09Make it compile without HAVE_C_ARES and HAVE_GETHOSTBYNAME2.stig1-1/+1
2010-07-01Rework ethernet address resolution: step 3 of 3:wmeier1-141/+156
2010-06-29Rework ethernet address resolution: step 2:wmeier1-94/+97
2010-06-28(Trivial): Whitespace revisions.wmeier1-88/+88
2010-06-28Rework ethernet address resolution: step 1: simplify 'get_ether_name_if_known()'wmeier1-39/+10
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-2/+2
2010-05-02Rewrite: strcpy -> g_strlcpy.stig1-3/+3
2010-04-29Make the indentation consistent.morriss1-122/+185
2010-04-27Fix a gcc -Wshadow warning; Fix a comment;wmeier1-468/+468
2010-04-27Added Manual IP address resolve functions.stig1-0/+32
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-24/+24
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-23/+23
2010-04-02From Yaniv Kaul: constify parameterswmeier1-23/+23
2010-02-23From Jakub Zawadzki:etxrab1-7/+3
2010-01-28Fix gcc -Wshadow warnings.wmeier1-17/+17
2010-01-19Fix a potential compilation problem with older versions of c-ares.gerald1-3/+3
2009-12-24Have get_host_ipaddr and get_host_ipaddr6 return FALSE if network namegerald1-16/+33
2009-12-24If we're using c-ares, have get_host_ipaddr and get_host_ipaddr6 timegerald1-12/+90
2009-12-22Change host_name_lookup_process to return TRUE if anything new has beengerald1-9/+24
2009-12-06Let c-ares actually resolve IPv6 addresses.jake1-1/+1
2009-10-30Prepare for c-ares 1.6.1 release.jake1-1/+11
2009-10-05Add null pointer guardkrj1-1/+1
2009-09-29Put caqm inside INET6 guard in host_lookup6().stig1-69/+1
2009-09-13From Didier Gautheron:etxrab1-139/+126
2009-09-07Constify some functionskrj1-4/+4
2009-09-07Whitespace changeskrj1-315/+315
2009-09-07ntroduce some seasonal address name lookup functions which we use when NEW_PA...krj1-8/+52
2009-09-07Tigthen scope of local variableskrj1-8/+7
2009-09-07Use constant strings for Addresses saves some memory.etxrab1-2/+3
2009-09-06Put backetxrab1-4/+5
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-2/+2
2009-09-06From Didier Gautheron:etxrab1-117/+202
2009-09-04From : Didier Gautheronetxrab1-1/+1
2009-09-01Check whether "size" points to something positive, not whether "size"guy1-1/+1
2009-09-01Remove superfluous NULL pointer checks wrt. g_malloc() and g_realloc()krj1-4/+5
2009-09-01From Jakub Zawadzki via. Bug 3330:krj1-3/+3
2009-07-17From Kovarththanan Rajaratnam:etxrab1-2/+2
2009-06-24From Kovarththanan Rajaratnam via bug 3555:stig1-0/+4
2009-04-01Only #undef inet_aton if we're using ADNS on Windows.gerald1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-4/+2
2009-01-06From Frederic Leroy: Update c-ares version handling.gerald1-2/+4
2008-12-24C-ares version check fix from Frederic Leroy, modified by me.gerald1-2/+2
2008-12-23Allow compilation with c-ares <= 1.4.0 (untested). While we're at it, fixgerald1-4/+11
2008-12-02Trivial warning fixesjmayer1-1/+1
2008-09-20Do not leak the port range in parse_service_line().stig1-1/+1
2008-08-12Avoid an indefinite loop freeing the same data over and over againstig1-0/+1
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includinggerald1-12/+16
2008-08-07Add support for the c-ares asynchronous DNS resolution library to thegerald1-24/+190