This patch adds support for configuration profiles, which can be used to
[obnox/wireshark/wip.git] / epan / addr_resolv.c
2008-01-14 stigThis patch adds support for configuration profiles...
2008-01-14 stigFixed a few "statement not reached" warnings and a...
2007-11-09 etxrabApply yet another set of the optimization patches:
2007-10-26 etxrabApply yet another set of the optimization patches:
2007-09-28 bondoloChanges get_addr_name_buf() to use the more common...
2007-08-15 jmayerMask out only the bc/mc bit, not the locally assigned...
2007-08-14 ulflif the manuf address could not be resolved, strip off...
2007-08-06 ulflremove an unused variable
2007-08-06 ulfladd a way to read a personal /etc/services file for...
2007-06-03 wmeier(Minor) Use _WIN32 (instead of WIN32) like the rest...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-26 sfisherFix a bunch more warnings. Add -Werror when using...
2007-01-29 geraldFix potential buffer overruns in address_to_str_buf...
2006-08-29 jakeFix for bug 795: handle CR as line end as well
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-02 ulflI don't see any reason why we should only have to look...
2006-02-27 etxrabFrom dider
2006-02-09 jmayerRicardo Muggli:
2006-01-19 geraldMake sure we don't use the ADNS version of inet_aton...
2006-01-12 ulflfix #648:
2005-11-07 guyUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-09-20 jmayerFrancesco Fondelli; Add dcp support
2005-09-12 guyDon't collide with the "regular" IPv6 defintions in...
2005-08-30 sahlbergremove a bunch of sprintf that should be perfectly...
2005-08-17 sahlbergreplace some more silly rotating buffers with ep_alloc...
2005-08-08 ulflvarious code cleanup:
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-19 geraldMove Win32-specific variable declaration to the beginni...
2005-07-19 ulflfrom Graeme Hewson: "Fixes for ethereal config files"
2005-05-20 ulfladd get_manuf_name_if_known (returns NULL if unknown...
2005-05-12 guyAlways set "*success" in "ipxnet_addr_lookup()" before...
2005-03-24 guyPlug some more small leaks.
2005-02-22 legoFrom Francisco Alcoba:
2005-01-17 guyFix a typo in the previous checkin.
2005-01-17 guyUse WINDIR rather than SYSTEMROOT - WINDIR is apparentl...
2005-01-13 guyAdd support for a personal hosts file.
2005-01-07 guyPut back the declaration of hostspath on Windows.
2005-01-07 guyMove the open and close of the hosts file into "read_ho...
2005-01-07 lrolandCheck return value of getenv().
2004-12-30 guyAdd a "get_addr_name()" routine that takes an "address...
2004-12-27 ulflAgain, some warnings removed.
2004-11-21 ulflremoved an MSVC warning
2004-11-17 guyFix some problems when compiling on Windows and when...
2004-11-17 guyDon't assume that IPv6 addresses are aligned on 32...
2004-11-17 guyAdd a hash table for IPv6 addresses, and add an "add_ip...
2004-11-17 guyRename some routines and structures to reflect that...
2004-11-17 guyBased on code from Francisco Alcoba, read the hosts...
2004-11-10 ulflfix a typo
2004-11-10 guyDon't shut down GNU ADNS if it wasn't initialized.
2004-11-10 guyCheck for errors in "adns_init()", and don't enable...
2004-10-06 guyGive some more details on the hang in RH 9.
2004-10-05 guyTurn off the longjmping stuff when doing name lookups...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-11 guyUse _WIN32 rather than WIN32 to determine if we're...
2004-08-09 geraldMerge the "resolv" rename changes with the trunk.
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...