aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-20add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manu...ulfl1-0/+17
2005-05-12Always set "*success" in "ipxnet_addr_lookup()" before returning (thanksguy1-3/+5
2005-03-24Plug some more small leaks.guy1-0/+1
2005-02-22From Francisco Alcoba:lego1-21/+57
2005-01-17Fix a typo in the previous checkin.guy1-1/+1
2005-01-17Use WINDIR rather than SYSTEMROOT - WINDIR is apparently set on Windowsguy1-29/+16
2005-01-13Add support for a personal hosts file.guy1-15/+27
2005-01-07Put back the declaration of hostspath on Windows.guy1-0/+1
2005-01-07Move the open and close of the hosts file into "read_hosts_file()".guy1-18/+42
2005-01-07Check return value of getenv(). lroland1-3/+7
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsguy1-0/+26
2004-12-27Again, some warnings removed.ulfl1-1/+5
2004-11-21removed an MSVC warningulfl1-0/+2
2004-11-17Fix some problems when compiling on Windows and when compiling onguy1-3/+3
2004-11-17Don't assume that IPv6 addresses are aligned on 32-bit boundaries.guy1-1/+2
2004-11-17Add a hash table for IPv6 addresses, and add an "add_ipv6_name()"guy1-13/+105
2004-11-17Rename some routines and structures to reflect that they're specific toguy1-34/+46
2004-11-17Based on code from Francisco Alcoba, read the hosts file on startup ifguy1-3/+79
2004-11-10fix a typoulfl1-1/+1
2004-11-10Don't shut down GNU ADNS if it wasn't initialized.guy1-1/+2
2004-11-10Check for errors in "adns_init()", and don't enable ADNS if we get anguy1-3/+17
2004-10-06Give some more details on the hang in RH 9.guy1-1/+3
2004-10-05Turn off the longjmping stuff when doing name lookups - it appears toguy1-10/+18
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-2/+2
2004-08-09Merge the "resolv" rename changes with the trunk.gerald1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-0/+1915