(Trivial) Fix spellling in a comment.
[metze/wireshark/wip.git] / epan / addr_resolv.h
2013-12-21 darkjamesNew functions: str_to_ip6(), str_to_ip()
2013-12-20 etxrabFix [-Wmissing-prototypes]
2013-11-10 darkjamesRemove <epan/ipv6-utils.h> from tvbuff.
2013-10-23 etxrabg_slist_free_full() is glib 2.28
2013-10-23 etxrabMake manual address resolution work again by putting...
2013-10-10 etxrabTry to make the build bot happy.
2013-10-10 etxrabFlag the addresses used in the trace which has been...
2013-09-22 etxrabGet rid of struct addrinfo, use the hastables for name...
2013-08-29 etxrabRevert revision=51577.
2013-08-29 etxrabDon't store address in the hastable when name resolutio...
2013-08-20 etxrabUse g_hash_table() for ipxnet name resolution.
2013-08-18 etxrabUse g_hastable() for IPv6 name reslution.
2013-08-11 etxrabUse g_hashtable for IPv4 name resolution.
2013-08-07 morrissEnsure we have both _initialize() and a corresponding...
2013-08-05 etxrabUse a hastable for port resolution. Currently one table...
2013-08-02 etxrab- Use a hashtable for eth lookup.
2013-08-01 etxrabUse glibs hastables rather than home grown variants...
2013-04-26 eapacheFix a whole bunch of doxygen warnings, mostly typos...
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2012-11-29 geraldAdd an add_hosts_file routine that adds a "hosts" path...
2012-10-02 guyGet rid of the always-null and unused argument to
2012-07-11 etxrabAdd a new preference to make it possible to only use...
2012-07-08 morrissFirst phase of fixing https://bugs.wireshark.org/bugzil...
2012-07-06 darkjamesTry to fix compilation on compilers != MSVC.
2012-07-06 etxrabFrom Michael Mann:
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-04-13 guyAdd uint_get_manuf_name() and uint_get_manuf_name_if_kn...
2011-05-20 morrissUse proto_tree_add_item() instead of proto_tree_add_xxx...
2011-05-08 alagoutteAdd FT_EUI64 Field Type
2011-03-24 geraldAdd initial pcapng name resolution record support....
2010-10-12 wmeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-04-27 wmeierFix a gcc -Wshadow warning; Fix a comment;
2010-04-27 stigAdded Manual IP address resolve functions.
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2009-12-24 geraldHave get_host_ipaddr and get_host_ipaddr6 return FALSE...
2009-12-24 geraldIf we're using c-ares, have get_host_ipaddr and get_hos...
2009-12-22 geraldChange host_name_lookup_process to return TRUE if anyth...
2009-09-07 krjConstify some functions
2009-09-07 krjntroduce some seasonal address name lookup functions...
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-07-17 etxrabFrom Kovarththanan Rajaratnam:
2008-07-08 wmeierFix some simple cases of GTK2 deprecated API usage...
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-09-28 bondoloChanges get_addr_name_buf() to use the more common...
2007-01-18 guyPut
2006-06-20 geraldChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2005-09-20 jmayerFrancesco Fondelli; Add dcp support
2005-08-17 sahlbergupdate some comments pointing out these buffers need...
2005-05-20 ulfladd get_manuf_name_if_known (returns NULL if unknown...
2005-02-22 legoFrom Francisco Alcoba:
2005-01-07 guyInclude <epan/address.h>, as per a suggestion by Thomas...
2004-12-30 guyAdd a "get_addr_name()" routine that takes an "address...
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-08-09 geraldMerge the "resolv" rename changes with the trunk.
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...