aboutsummaryrefslogtreecommitdiffstats
path: root/epan/resolv.c
Commit message (Expand)AuthorAgeFilesLines
* From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IPGuy Harris2002-03-031-1/+10
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-2/+2
* IPv6 name resolution support on Solaris 8, from Heikki Vatiainen.Guy Harris2002-01-301-1/+5
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-18/+21
* Work around Windows' annoying decision to map 0.0.0.0 to the local hostGuy Harris2001-12-201-2/+8
* Get rid of some unused variables.Guy Harris2001-11-211-4/+1
* Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez2001-10-261-2/+2
* Have a routine that takes a file name for a personal configuration fileGuy Harris2001-10-241-13/+5
* Add a routine to get the directory in which personal configuration filesGuy Harris2001-10-221-9/+9
* Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in formatGuy Harris2001-10-211-41/+26
* On Windows, get the "ethers" and "ipxnets" file from the directory inGuy Harris2001-10-211-10/+44
* On Windows, use the directory in which the binary resides as theGuy Harris2001-08-211-4/+18
* Pull the hash functions into macros, rather than using duplicating theGuy Harris2001-06-071-55/+59
* Support for "-N" flag enabling selected forms of name resolution, fromGuy Harris2001-05-311-14/+14
* There's no "enable name resolution in captures" preference in Ethereal,Guy Harris2001-04-151-18/+18
* Use GLib types rather than "u_int" and "u_char" in "resolv.h"; "u_int"Guy Harris2001-04-021-38/+38
* Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke2001-04-011-3/+2
* removed #include "util.h" from filesystem.c and resolv.cEd Warnicke2001-03-311-2/+2
* Add a new "ip_to_str_buf()" routine that takes a pointer to an IPGuy Harris2001-01-091-2/+2
* Check to make sure the h_addr entry returned by gethostbyname() can fitGerald Combs2000-11-191-4/+6
* Move the declaration of "g_resolving_actif" from the top-levelGuy Harris2000-10-191-2/+1
* Give libethereal its own configuration file, and have that configurationGuy Harris2000-10-161-1/+7
* Simple code movement to epan.Gilbert Ramirez2000-09-281-0/+1384