aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 795: handle CR as line end as wellJaap Keuter2006-08-291-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* I don't see any reason why we should only have to look for a hosts file in th...Ulf Lamping2006-03-021-0/+9
* From diderAnders Broman2006-02-271-7/+19
* Ricardo Muggli:Jörg Mayer2006-02-091-1/+1
* Make sure we don't use the ADNS version of inet_aton; it's broken.Gerald Combs2006-01-191-11/+14
* fix #648: Ulf Lamping2006-01-121-1/+1
* Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris2005-11-071-1/+1
* replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2005-11-061-3/+4
* Francesco Fondelli; Add dcp supportJörg Mayer2005-09-201-0/+20
* Don't collide with the "regular" IPv6 defintions in at least someGuy Harris2005-09-121-10/+3
* remove a bunch of sprintf that should be perfectly safe but for the princip...Ronnie Sahlberg2005-08-301-10/+10
* replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg2005-08-171-36/+9
* various code cleanup:Ulf Lamping2005-08-081-8/+6
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-2/+2
* Move Win32-specific variable declaration to the beginning of a function. Gerald Combs2005-07-191-3/+8
* from Graeme Hewson: "Fixes for ethereal config files"Ulf Lamping2005-07-191-15/+14
* add get_manuf_name_if_known (returns NULL if unknown) in addition to get_manu...Ulf Lamping2005-05-201-0/+17
* Always set "*success" in "ipxnet_addr_lookup()" before returning (thanksGuy Harris2005-05-121-3/+5
* Plug some more small leaks.Guy Harris2005-03-241-0/+1
* From Francisco Alcoba:Luis Ontanon2005-02-221-21/+57
* Fix a typo in the previous checkin.Guy Harris2005-01-171-1/+1
* Use WINDIR rather than SYSTEMROOT - WINDIR is apparently set on WindowsGuy Harris2005-01-171-29/+16
* Add support for a personal hosts file.Guy Harris2005-01-131-15/+27
* Put back the declaration of hostspath on Windows.Guy Harris2005-01-071-0/+1
* Move the open and close of the hosts file into "read_hosts_file()".Guy Harris2005-01-071-18/+42
* Check return value of getenv(). Lars Roland2005-01-071-3/+7
* Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris2004-12-301-0/+26
* Again, some warnings removed.Ulf Lamping2004-12-271-1/+5
* removed an MSVC warningUlf Lamping2004-11-211-0/+2
* Fix some problems when compiling on Windows and when compiling onGuy Harris2004-11-171-3/+3
* Don't assume that IPv6 addresses are aligned on 32-bit boundaries.Guy Harris2004-11-171-1/+2
* Add a hash table for IPv6 addresses, and add an "add_ipv6_name()"Guy Harris2004-11-171-13/+105
* Rename some routines and structures to reflect that they're specific toGuy Harris2004-11-171-34/+46
* Based on code from Francisco Alcoba, read the hosts file on startup ifGuy Harris2004-11-171-3/+79
* fix a typoUlf Lamping2004-11-101-1/+1
* Don't shut down GNU ADNS if it wasn't initialized.Guy Harris2004-11-101-1/+2
* Check for errors in "adns_init()", and don't enable ADNS if we get anGuy Harris2004-11-101-3/+17
* Give some more details on the hang in RH 9.Guy Harris2004-10-061-1/+3
* Turn off the longjmping stuff when doing name lookups - it appears toGuy Harris2004-10-051-10/+18
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-2/+2
* Merge the "resolv" rename changes with the trunk.Gerald Combs2004-08-091-1/+1
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-0/+1915