aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris1-10/+3
2005-08-30remove a bunch of sprintf that should be perfectly safe but for the princip...Ronnie Sahlberg1-10/+10
2005-08-17replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg1-36/+9
2005-08-08various code cleanup:Ulf Lamping1-8/+6
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-2/+2
2005-07-19Move Win32-specific variable declaration to the beginning of a function. Gerald Combs1-3/+8
2005-07-19from Graeme Hewson: "Fixes for ethereal config files"Ulf Lamping1-15/+14
2005-05-20add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manu...Ulf Lamping1-0/+17
2005-05-12Always set "*success" in "ipxnet_addr_lookup()" before returning (thanksGuy Harris1-3/+5
2005-03-24Plug some more small leaks.Guy Harris1-0/+1
2005-02-22From Francisco Alcoba:Luis Ontanon1-21/+57
2005-01-17Fix a typo in the previous checkin.Guy Harris1-1/+1
2005-01-17Use WINDIR rather than SYSTEMROOT - WINDIR is apparently set on WindowsGuy Harris1-29/+16
2005-01-13Add support for a personal hosts file.Guy Harris1-15/+27
2005-01-07Put back the declaration of hostspath on Windows.Guy Harris1-0/+1
2005-01-07Move the open and close of the hosts file into "read_hosts_file()".Guy Harris1-18/+42
2005-01-07Check return value of getenv(). Lars Roland1-3/+7
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-0/+26
2004-12-27Again, some warnings removed.Ulf Lamping1-1/+5
2004-11-21removed an MSVC warningUlf Lamping1-0/+2
2004-11-17Fix some problems when compiling on Windows and when compiling onGuy Harris1-3/+3
2004-11-17Don't assume that IPv6 addresses are aligned on 32-bit boundaries.Guy Harris1-1/+2
2004-11-17Add a hash table for IPv6 addresses, and add an "add_ipv6_name()"Guy Harris1-13/+105
2004-11-17Rename some routines and structures to reflect that they're specific toGuy Harris1-34/+46
2004-11-17Based on code from Francisco Alcoba, read the hosts file on startup ifGuy Harris1-3/+79
2004-11-10fix a typoUlf Lamping1-1/+1
2004-11-10Don't shut down GNU ADNS if it wasn't initialized.Guy Harris1-1/+2
2004-11-10Check for errors in "adns_init()", and don't enable ADNS if we get anGuy Harris1-3/+17
2004-10-06Give some more details on the hang in RH 9.Guy Harris1-1/+3
2004-10-05Turn off the longjmping stuff when doing name lookups - it appears toGuy Harris1-10/+18
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-2/+2
2004-08-09Merge the "resolv" rename changes with the trunk.Gerald Combs1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-0/+1915