(Trivial) Fix spellling in a comment.
[metze/wireshark/wip.git] / epan / addr_resolv.c
2013-12-21 darkjamesNew functions: str_to_ip6(), str_to_ip()
2013-12-20 guybytes_to_hexstr_punct() does not add a null terminator...
2013-12-20 etxrabFix [-Wmissing-prototypes]
2013-12-19 eapacheAdd bytestring_to_str() which takes a wmem scope and...
2013-12-19 eapacheRename a couple of to_str functions to have ep_ in...
2013-11-17 guyMove the epan/filesystem.c routines to wsutil; they...
2013-11-09 darkjamesinclude <wsutil/pint.h> only when needed.
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 etxrabFlag the addresses used in the trace which has been...
2013-10-05 jmayerInvert NEED_INET_ATON_H to HAVE_INET_ATON_H
2013-09-22 eapacheFix some typos, indentation. Don't try to write the...
2013-09-22 eapacheFix -Wshadow, indentation
2013-09-22 etxrabGet rid of struct addrinfo, use the hastables for name...
2013-09-17 etxrabDon't call gethostbyaddr() we have already read the...
2013-09-16 etxrabRead the local services file.
2013-09-16 etxrabDon't call getservbyport() on unresolved ports - it...
2013-08-29 etxrabRevert revision=51577.
2013-08-29 etxrabDon't store address in the hastable when name resolutio...
2013-08-20 eapacheClean-up ipxnet hash table in host_name_lookup_cleanup...
2013-08-20 jmayerFix for
2013-08-20 etxrabMark an unused parameter.
2013-08-20 etxrabUse g_hash_table() for ipxnet name resolution.
2013-08-18 etxrabUse g_hastable() for IPv6 name reslution.
2013-08-15 eapacheSplit the code to convert an ethernet address into...
2013-08-15 eapacheFree the old name before we add the new one in case...
2013-08-13 eapacheFix name resolution tests:
2013-08-12 etxrabMove initalisation of IPv4 hastable to the host_name_lo...
2013-08-11 etxrabUse g_hashtable for IPv4 name resolution.
2013-08-11 eapacheModelines and consistent indentation.
2013-08-11 eapacheFix 130KB of leaked memory exposed (or caused?) by...
2013-08-08 etxrabDon't call eth_addr_resolve() unconditionally.
2013-08-07 morrissEnsure we have both _initialize() and a corresponding...
2013-08-06 etxrabStore the port number as a string for the unresolved...
2013-08-05 guyMake sure serv_proto is set to the appropriate string...
2013-08-05 martinkit's and, not or ;-)
2013-08-05 etxrabTry to make the OSX build bot happy.
2013-08-05 etxrabUse a hastable for port resolution. Currently one table...
2013-08-04 mmannEnsure eth_hashtable exists when doing a lookup. Not...
2013-08-02 morrissAdd some casts to keep C++ happy.
2013-08-02 morrissg_int64_equal() and g_int64_hash() exist *after* glib...
2013-08-02 etxrab- Use a hashtable for eth lookup.
2013-08-02 etxrabg_int64_hash() and g_int64_equal() first appear in...
2013-08-01 guySquelch a warning by explicitly casting to throw away...
2013-08-01 martinkremove unused function hash_eth_wka()
2013-08-01 etxrabUse glibs hastables rather than home grown variants...
2013-07-16 cmaynard"man inet_pton" only says that it returns a negative...
2013-07-15 morrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-12 darkjamesMove bitmask array from ipv4_addr_set_netmask_bits...
2013-06-16 martinmAdd some comments around looking up names for port...
2013-06-09 guyDon't put zero-length names into our tables of resolved...
2013-05-31 geraldnameres.hosts_file_handling shouldn't affect loading...
2013-05-29 geraldFix and clarify name resolution preference tooltips...
2013-05-19 eapacheFix a memory leak by using seasonal memory for building...
2013-04-09 morrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-03-25 morrissFix compilation with C++ warnings enabled: use enum...
2013-03-21 etxrab[-Wmissing-prototypes]
2013-03-17 etxrabFrom beroset:
2013-03-17 etxrabFrom beroset:
2013-02-08 geraldAdd a ModulePreferencesScrollArea widget which builds...
2013-01-02 eapacheRemove unused file handle that appears to have been...
2012-12-26 guyFix a bunch of warnings.
2012-12-18 eapacheFix a double-free by setting the GSList back to NULL...
2012-11-29 geraldAdd an add_hosts_file routine that adds a "hosts" path...
2012-11-05 etxrabFrom Bill Parker:
2012-10-20 darkjamesMake r45511 work also without HAVE_C_ARES.
2012-10-12 geraldUse seasonal allocation for name resolution. This effec...
2012-10-02 guyFix indentation.
2012-10-02 guyGet rid of the always-null and unused argument to
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-13 cmaynardJeff Morriss indicated the following and I obliged:
2012-07-13 cmaynardtp->name can't be NULL, but perhaps tp can be?
2012-07-11 etxrabAdd a new preference to make it possible to only use...
2012-07-10 morrissObey the new use-external-resolvers preference when...
2012-07-10 morrisshost_lookup() and host_lookup6() are both called even...
2012-07-10 etxrabGroup the network name resolution boxes together and...
2012-07-08 morrissFirst phase of fixing https://bugs.wireshark.org/bugzil...
2012-07-06 darkjames- remove no longer used #defines
2012-07-06 darkjames- e_addr_resolve is structure so pass it by pointer.
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-06-16 guyAttempt to squelch some compiler warnings.
2011-05-20 morrissUse proto_tree_add_item() instead of proto_tree_add_xxx...
2011-05-16 guyCast away some warnings about alignment; ep_alloc(...
2011-05-08 alagoutteAdd FT_EUI64 Field Type
2011-05-05 darkjamesIntroduce ip6_to_str_buf_len (little cleaner version...
2011-04-26 geraldget_host_ipaddr() was returning numeric addresses in...
2011-04-10 geraldMinor whitespace fix.
2011-04-04 wmeierDon't assign to a variable if the value won't be used...
2011-03-24 geraldAdd initial pcapng name resolution record support....
2011-02-17 guyCan we reassure Microsoft's static analyzer that 0...
2011-02-17 geraldFix some Visual C++ static analyzer complaints.
2011-01-25 jakeFix fo bug 5616:
2010-11-30 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2010-10-12 wmeierRename g_resolv_flags --> gbl_resolv_flags; Also: clean...
2010-10-05 geraldAdd more information to the Info column for some ICMPv6...
2010-08-09 stigMake it compile without HAVE_C_ARES and HAVE_GETHOSTBYN...
2010-07-01 wmeierRework ethernet address resolution: step 3 of 3:
2010-06-29 wmeierRework ethernet address resolution: step 2:
next