aboutsummaryrefslogtreecommitdiffstats
path: root/epan/resolv.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2002-11-27"ether_to_str()" takes a "const guint8 *" as an argument; there's noGuy Harris1-3/+3
2002-10-29Note why we're including <sys/socket.h> and <winsock2.h> in places whereGuy Harris1-2/+6
2002-09-10When allocating a hash table for a given MAC address range, useGuy Harris1-2/+2
2002-09-09Allow the "manuf" file to contain well-known MAC addresses and addressGuy Harris1-56/+354
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-81/+81
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-7/+3
2002-03-03From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IPGuy Harris1-1/+10
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-2/+2
2002-01-30IPv6 name resolution support on Solaris 8, from Heikki Vatiainen.Guy Harris1-1/+5
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-18/+21
2001-12-20Work around Windows' annoying decision to map 0.0.0.0 to the local hostGuy Harris1-2/+8
2001-11-21Get rid of some unused variables.Guy Harris1-4/+1
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez1-2/+2
2001-10-24Have a routine that takes a file name for a personal configuration fileGuy Harris1-13/+5
2001-10-22Add a routine to get the directory in which personal configuration filesGuy Harris1-9/+9
2001-10-21Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris1-41/+26
2001-10-21On Windows, get the "ethers" and "ipxnets" file from the directory inGuy Harris1-10/+44
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-4/+18
2001-06-07Pull the hash functions into macros, rather than using duplicating theGuy Harris1-55/+59
2001-05-31Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris1-14/+14
2001-04-15There's no "enable name resolution in captures" preference in Ethereal,Guy Harris1-18/+18
2001-04-02Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"Guy Harris1-38/+38
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke1-3/+2
2001-03-31removed #include "util.h" from filesystem.c and resolv.cEd Warnicke1-2/+2
2001-01-09Add a new "ip_to_str_buf()" routine that takes a pointer to an IPGuy Harris1-2/+2
2000-11-19Check to make sure the h_addr entry returned by gethostbyname() can fitGerald Combs1-4/+6
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris1-2/+1
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris1-1/+7
2000-09-28Simple code movement to epan.Gilbert Ramirez1-0/+1384