aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Add uint_get_manuf_name() and uint_get_manuf_name_if_known() routines,Guy Harris1-16/+38
2011-06-16Attempt to squelch some compiler warnings.Guy Harris1-2/+2
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-1/+12
2011-05-16Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris1-2/+2
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+48
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki1-1/+1
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-4/+4
2011-04-10Minor whitespace fix.Gerald Combs1-1/+1
2011-04-04Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier1-1/+1
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-3/+63
2011-02-17Can we reassure Microsoft's static analyzer that 0 <= mask <= 48?Guy Harris1-0/+6
2011-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs1-10/+10
2011-01-25Fix fo bug 5616:Jaap Keuter1-1/+2
2010-11-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4102 :Jeff Morriss1-8/+12
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier1-23/+23
2010-10-05Add more information to the Info column for some ICMPv6 messages. Add aGerald Combs1-1/+1
2010-08-09Make it compile without HAVE_C_ARES and HAVE_GETHOSTBYNAME2.Stig Bjørlykke1-1/+1
2010-07-01Rework ethernet address resolution: step 3 of 3:Bill Meier1-141/+156
2010-06-29Rework ethernet address resolution: step 2:Bill Meier1-94/+97
2010-06-28(Trivial): Whitespace revisions.Bill Meier1-88/+88
2010-06-28Rework ethernet address resolution: step 1: simplify 'get_ether_name_if_known()'Bill Meier1-39/+10
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-2/+2
2010-05-02Rewrite: strcpy -> g_strlcpy.Stig Bjørlykke1-3/+3
2010-04-29Make the indentation consistent.Jeff Morriss1-122/+185
2010-04-27Fix a gcc -Wshadow warning; Fix a comment;Bill Meier1-468/+468
2010-04-27Added Manual IP address resolve functions.Stig Bjørlykke1-0/+32
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-24/+24
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-23/+23
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