Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / addr_resolv.h
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2013-12-21 Jakub ZawadzkiNew functions: str_to_ip6(), str_to_ip()
2013-12-20 Anders BromanFix [-Wmissing-prototypes]
2013-11-10 Jakub ZawadzkiRemove <epan/ipv6-utils.h> from tvbuff.
2013-10-23 Anders Bromang_slist_free_full() is glib 2.28
2013-10-23 Anders BromanMake manual address resolution work again by putting...
2013-10-10 Anders BromanTry to make the build bot happy.
2013-10-10 Anders BromanFlag the addresses used in the trace which has been...
2013-09-22 Anders BromanGet rid of struct addrinfo, use the hastables for name...
2013-08-29 Anders BromanRevert revision=51577.
2013-08-29 Anders BromanDon't store address in the hastable when name resolutio...
2013-08-20 Anders BromanUse g_hash_table() for ipxnet name resolution.
2013-08-18 Anders BromanUse g_hastable() for IPv6 name reslution.
2013-08-11 Anders BromanUse g_hashtable for IPv4 name resolution.
2013-08-07 Jeff MorrissEnsure we have both _initialize() and a corresponding...
2013-08-05 Anders BromanUse a hastable for port resolution. Currently one table...
2013-08-02 Anders Broman- Use a hashtable for eth lookup.
2013-08-01 Anders BromanUse glibs hastables rather than home grown variants...
2013-04-26 Evan HuusFix a whole bunch of doxygen warnings, mostly typos...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-11-29 Gerald CombsAdd an add_hosts_file routine that adds a "hosts" path...
2012-10-02 Guy HarrisGet rid of the always-null and unused argument to
2012-07-11 Anders BromanAdd a new preference to make it possible to only use...
2012-07-08 Jeff MorrissFirst phase of fixing https://bugs.wireshark.org/bugzil...
2012-07-06 Jakub ZawadzkiTry to fix compilation on compilers != MSVC.
2012-07-06 Anders BromanFrom Michael Mann:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-13 Guy HarrisAdd uint_get_manuf_name() and uint_get_manuf_name_if_kn...
2011-05-20 Jeff MorrissUse proto_tree_add_item() instead of proto_tree_add_xxx...
2011-05-08 Alexis La GoutteAdd FT_EUI64 Field Type
2011-03-24 Gerald CombsAdd initial pcapng name resolution record support....
2010-10-12 Bill MeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-04-27 Bill MeierFix a gcc -Wshadow warning; Fix a comment;
2010-04-27 Stig BjørlykkeAdded Manual IP address resolve functions.
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2009-12-24 Gerald CombsHave get_host_ipaddr and get_host_ipaddr6 return FALSE...
2009-12-24 Gerald CombsIf we're using c-ares, have get_host_ipaddr and get_hos...
2009-12-22 Gerald CombsChange host_name_lookup_process to return TRUE if anyth...
2009-09-07 Kovarththanan Raja... Constify some functions
2009-09-07 Kovarththanan Raja... ntroduce some seasonal address name lookup functions...
2009-09-06 Kovarththanan Raja... Rename address_to_str() to ep_address_to_str() because:
2009-07-17 Anders BromanFrom Kovarththanan Rajaratnam:
2008-07-08 Bill MeierFix some simple cases of GTK2 deprecated API usage...
2008-06-25 Guy HarrisConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-09-28 Mike DuigouChanges get_addr_name_buf() to use the more common...
2007-01-18 Guy HarrisPut
2006-06-20 Gerald CombsChange ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix...
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-21 Ronnie Sahlbergname change
2005-09-20 Jörg MayerFrancesco Fondelli; Add dcp support
2005-08-17 Ronnie Sahlbergupdate some comments pointing out these buffers need...
2005-05-20 Ulf Lampingadd get_manuf_name_if_known (returns NULL if unknown...
2005-02-22 Luis OntanonFrom Francisco Alcoba:
2005-01-07 Guy HarrisInclude <epan/address.h>, as per a suggestion by Thomas...
2004-12-30 Guy HarrisAdd a "get_addr_name()" routine that takes an "address...
2004-11-17 Guy HarrisAdd a hash table for IPv6 addresses, and add an "add_ip...
2004-11-17 Guy HarrisRename some routines and structures to reflect that...
2004-08-09 Gerald CombsMerge the "resolv" rename changes with the trunk.
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...