summaryrefslogtreecommitdiff
path: root/epan/resolv.c
AgeCommit message (Expand)AuthorFilesLines
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