aboutsummaryrefslogtreecommitdiffstats
path: root/epan/resolv.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-25Fix automagically generated filters in case of remote login via IPv6.jmayer1-1/+16
2004-05-20code cleanupulfl1-4/+2
2004-01-25The octets in an ip address are unsignedjmayer1-2/+2
2004-01-10Replace guchar * with gchar * and get rid of many signedness warnings.obiot1-29/+29
2004-01-05removed some MSVC warnings (level 3)ulfl1-2/+2
2003-12-09Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".guy1-2/+2
2003-11-20On Mac OS X, disable the alarm/longjmp stuff for timing out nameguy1-2/+15
2003-10-14From Matthias Melchior: parenthesize check for RESOLV_CONCURRENT.guy1-2/+2
2003-08-26Fix macro logic to allow classical resolution even if we have HAVE_GNU_ADNSgerald1-3/+2
2003-08-18From Gisle Vanem: <ws2tcpip.h> is needed for INET6 code in epan/resolv.cguy1-1/+5
2003-07-22Add two preferences to control ADNS, one to enable/disable it and one togerald1-13/+15
2003-05-15From Richard Urwin:guy1-5/+2
2003-05-05Provide stub versions of "host_name_lookup_init()",guy1-3/+20
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.gerald1-7/+141
2003-01-26Update my email address in various places since my old one no longer worksdeniel1-2/+2
2002-11-27"ether_to_str()" takes a "const guint8 *" as an argument; there's noguy1-3/+3
2002-10-29Note why we're including <sys/socket.h> and <winsock2.h> in places whereguy1-2/+6
2002-09-10When allocating a hash table for a given MAC address range, useguy1-2/+2
2002-09-09Allow the "manuf" file to contain well-known MAC addresses and addressguy1-56/+354
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-81/+81
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-7/+3
2002-03-03From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IPguy1-1/+10
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-2/+2
2002-01-30IPv6 name resolution support on Solaris 8, from Heikki Vatiainen.guy1-1/+5
2002-01-13Add a preferences page for the name resolution flags.guy1-18/+21
2001-12-20Work around Windows' annoying decision to map 0.0.0.0 to the local hostguy1-2/+8
2001-11-21Get rid of some unused variables.guy1-4/+1
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,gram1-2/+2
2001-10-24Have a routine that takes a file name for a personal configuration fileguy1-13/+5
2001-10-22Add a routine to get the directory in which personal configuration filesguy1-9/+9
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatguy1-41/+26
2001-10-21On Windows, get the "ethers" and "ipxnets" file from the directory inguy1-10/+44
2001-08-21On Windows, use the directory in which the binary resides as theguy1-4/+18
2001-06-07Pull the hash functions into macros, rather than using duplicating theguy1-55/+59
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromguy1-14/+14
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,guy1-18/+18
2001-04-02Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"guy1-38/+38
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.hagbard1-3/+2
2001-03-31removed #include "util.h" from filesystem.c and resolv.chagbard1-2/+2
2001-01-09Add a new "ip_to_str_buf()" routine that takes a pointer to an IPguy1-2/+2
2000-11-19Check to make sure the h_addr entry returned by gethostbyname() can fitgerald1-4/+6
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelguy1-2/+1
2000-10-16Give libethereal its own configuration file, and have that configurationguy1-1/+7
2000-09-28Simple code movement to epan.gram1-0/+1384