Document the new Copy Profile button.
[obnox/wireshark/wip.git] / epan / addr_resolv.c
2009-12-06 jakeLet c-ares actually resolve IPv6 addresses.
2009-10-30 jakePrepare for c-ares 1.6.1 release.
2009-10-05 krjAdd null pointer guard
2009-09-29 stigPut caqm inside INET6 guard in host_lookup6().
2009-09-13 etxrabFrom Didier Gautheron:
2009-09-07 krjConstify some functions
2009-09-07 krjWhitespace changes
2009-09-07 krjntroduce some seasonal address name lookup functions...
2009-09-07 krjTigthen scope of local variables
2009-09-07 etxrabUse constant strings for Addresses saves some memory.
2009-09-06 etxrabPut back
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-09-06 etxrabFrom Didier Gautheron:
2009-09-04 etxrabFrom : Didier Gautheron
2009-09-01 guyCheck whether "size" points to something positive,...
2009-09-01 krjRemove superfluous NULL pointer checks wrt. g_malloc...
2009-09-01 krjFrom Jakub Zawadzki via. Bug 3330:
2009-07-17 etxrabFrom Kovarththanan Rajaratnam:
2009-06-24 stigFrom Kovarththanan Rajaratnam via bug 3555:
2009-04-01 geraldOnly #undef inet_aton if we're using ADNS on Windows.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-01-06 geraldFrom Frederic Leroy: Update c-ares version handling.
2008-12-24 geraldC-ares version check fix from Frederic Leroy, modified...
2008-12-23 geraldAllow compilation with c-ares <= 1.4.0 (untested)....
2008-12-02 jmayerTrivial warning fixes
2008-09-20 stigDo not leak the port range in parse_service_line().
2008-08-12 stigAvoid an indefinite loop freeing the same data over...
2008-08-11 geraldOn Windows, if we're running anything but plain Visual...
2008-08-07 geraldAdd support for the c-ares asynchronous DNS resolution...
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-05-23 etxrabFix some of the Errors/warnings detected by checkapi.
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-12 stigFrom Andrew Feren (bug 2433):
2008-01-24 stigRemoved C++ style comment.
2008-01-21 stigFrom Douglas Pratley (bug 1445):
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...