aboutsummaryrefslogtreecommitdiffstats
path: root/epan/resolv.c
Commit message (Expand)AuthorAgeFilesLines
* 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