aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Jeff Morriss indicated the following and I obliged:Chris Maynard2012-07-131-6/+3
* tp->name can't be NULL, but perhaps tp can be?Chris Maynard2012-07-131-1/+1
* Add a new preference to make it possible to only use the hosts fileAnders Broman2012-07-111-18/+32
* Obey the new use-external-resolvers preference when translating IPJeff Morriss2012-07-101-38/+55
* host_lookup() and host_lookup6() are both called even when network-nameJeff Morriss2012-07-101-4/+4
* Group the network name resolution boxes together and make a more verbose expl...Anders Broman2012-07-101-17/+20
* First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss2012-07-081-46/+44
* - remove no longer used #definesJakub Zawadzki2012-07-061-1/+3
* - e_addr_resolve is structure so pass it by pointer.Jakub Zawadzki2012-07-061-0/+2
* From Michael Mann:Anders Broman2012-07-061-29/+66
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Add uint_get_manuf_name() and uint_get_manuf_name_if_known() routines,Guy Harris2012-04-131-16/+38
* Attempt to squelch some compiler warnings.Guy Harris2011-06-161-2/+2
* Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss2011-05-201-1/+12
* Cast away some warnings about alignment; ep_alloc() guaranteesGuy Harris2011-05-161-2/+2
* Add FT_EUI64 Field TypeAlexis La Goutte2011-05-081-0/+48
* Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki2011-05-051-1/+1
* get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs2011-04-261-4/+4
* Minor whitespace fix.Gerald Combs2011-04-101-1/+1
* Don't assign to a variable if the value won't be used: Coverity 817-821.Bill Meier2011-04-041-1/+1
* Add initial pcapng name resolution record support. Wireshark has readGerald Combs2011-03-241-3/+63
* Can we reassure Microsoft's static analyzer that 0 <= mask <= 48?Guy Harris2011-02-171-0/+6
* Fix some Visual C++ static analyzer complaints.Gerald Combs2011-02-171-10/+10
* Fix fo bug 5616:Jaap Keuter2011-01-251-1/+2
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4102 :Jeff Morriss2010-11-301-8/+12
* Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier2010-10-121-23/+23
* Add more information to the Info column for some ICMPv6 messages. Add aGerald Combs2010-10-051-1/+1
* Make it compile without HAVE_C_ARES and HAVE_GETHOSTBYNAME2.Stig Bjørlykke2010-08-091-1/+1
* Rework ethernet address resolution: step 3 of 3:Bill Meier2010-07-011-141/+156
* Rework ethernet address resolution: step 2:Bill Meier2010-06-291-94/+97
* (Trivial): Whitespace revisions.Bill Meier2010-06-281-88/+88
* Rework ethernet address resolution: step 1: simplify 'get_ether_name_if_known()'Bill Meier2010-06-281-39/+10
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-2/+2
* Rewrite: strcpy -> g_strlcpy.Stig Bjørlykke2010-05-021-3/+3
* Make the indentation consistent.Jeff Morriss2010-04-291-122/+185
* Fix a gcc -Wshadow warning; Fix a comment;Bill Meier2010-04-271-468/+468
* Added Manual IP address resolve functions.Stig Bjørlykke2010-04-271-0/+32
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-24/+24
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-23/+23
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-23/+23
* From Jakub Zawadzki:Anders Broman2010-02-231-7/+3
* Fix gcc -Wshadow warnings.Bill Meier2010-01-281-17/+17
* Fix a potential compilation problem with older versions of c-ares.Gerald Combs2010-01-191-3/+3
* Have get_host_ipaddr and get_host_ipaddr6 return FALSE if network nameGerald Combs2009-12-241-16/+33
* If we're using c-ares, have get_host_ipaddr and get_host_ipaddr6 timeGerald Combs2009-12-241-12/+90
* Change host_name_lookup_process to return TRUE if anything new has beenGerald Combs2009-12-221-9/+24
* Let c-ares actually resolve IPv6 addresses.Jaap Keuter2009-12-061-1/+1
* Prepare for c-ares 1.6.1 release.Jaap Keuter2009-10-301-1/+11
* Add null pointer guardKovarththanan Rajaratnam2009-10-051-1/+1