Disable transport name resolution by default.
[metze/wireshark/wip.git] / epan / addr_resolv.c
2014-04-21 Gerald CombsDisable transport name resolution by default.
2014-04-19 Guy HarrisClean up white space (replace tabs with 4 spaces).
2014-04-19 Guy HarrisMore name changes.
2014-04-19 Guy HarrisSome routine name changes.
2014-04-19 Guy HarrisDon't se_ allocate strings when mapping addresses to...
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 Guy Harrisbytes_to_hexstr_punct() does not add a null terminator...
2013-12-20 Anders BromanFix [-Wmissing-prototypes]
2013-12-19 Evan HuusAdd bytestring_to_str() which takes a wmem scope and...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-11-09 Jakub Zawadzkiinclude <wsutil/pint.h> only when needed.
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 BromanFlag the addresses used in the trace which has been...
2013-10-05 Jörg MayerInvert NEED_INET_ATON_H to HAVE_INET_ATON_H
2013-09-22 Evan HuusFix some typos, indentation. Don't try to write the...
2013-09-22 Evan HuusFix -Wshadow, indentation
2013-09-22 Anders BromanGet rid of struct addrinfo, use the hastables for name...
2013-09-17 Anders BromanDon't call gethostbyaddr() we have already read the...
2013-09-16 Anders BromanRead the local services file.
2013-09-16 Anders BromanDon't call getservbyport() on unresolved ports - it...
2013-08-29 Anders BromanRevert revision=51577.
2013-08-29 Anders BromanDon't store address in the hastable when name resolutio...
2013-08-20 Evan HuusClean-up ipxnet hash table in host_name_lookup_cleanup...
2013-08-20 Jörg MayerFix for
2013-08-20 Anders BromanMark an unused parameter.
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-15 Evan HuusSplit the code to convert an ethernet address into...
2013-08-15 Evan HuusFree the old name before we add the new one in case...
2013-08-13 Evan HuusFix name resolution tests:
2013-08-12 Anders BromanMove initalisation of IPv4 hastable to the host_name_lo...
2013-08-11 Anders BromanUse g_hashtable for IPv4 name resolution.
2013-08-11 Evan HuusModelines and consistent indentation.
2013-08-11 Evan HuusFix 130KB of leaked memory exposed (or caused?) by...
2013-08-08 Anders BromanDon't call eth_addr_resolve() unconditionally.
2013-08-07 Jeff MorrissEnsure we have both _initialize() and a corresponding...
2013-08-06 Anders BromanStore the port number as a string for the unresolved...
2013-08-05 Guy HarrisMake sure serv_proto is set to the appropriate string...
2013-08-05 Martin Kaiserit's and, not or ;-)
2013-08-05 Anders BromanTry to make the OSX build bot happy.
2013-08-05 Anders BromanUse a hastable for port resolution. Currently one table...
2013-08-04 Michael MannEnsure eth_hashtable exists when doing a lookup. Not...
2013-08-02 Jeff MorrissAdd some casts to keep C++ happy.
2013-08-02 Jeff Morrissg_int64_equal() and g_int64_hash() exist *after* glib...
2013-08-02 Anders Broman- Use a hashtable for eth lookup.
2013-08-02 Anders Bromang_int64_hash() and g_int64_equal() first appear in...
2013-08-01 Guy HarrisSquelch a warning by explicitly casting to throw away...
2013-08-01 Martin Kaiserremove unused function hash_eth_wka()
2013-08-01 Anders BromanUse glibs hastables rather than home grown variants...
2013-07-16 Chris Maynard"man inet_pton" only says that it returns a negative...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-12 Jakub ZawadzkiMove bitmask array from ipv4_addr_set_netmask_bits...
2013-06-16 Martin MathiesonAdd some comments around looking up names for port...
2013-06-09 Guy HarrisDon't put zero-length names into our tables of resolved...
2013-05-31 Gerald Combsnameres.hosts_file_handling shouldn't affect loading...
2013-05-29 Gerald CombsFix and clarify name resolution preference tooltips...
2013-05-19 Evan HuusFix a memory leak by using seasonal memory for building...
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-03-25 Jeff MorrissFix compilation with C++ warnings enabled: use enum...
2013-03-21 Anders Broman[-Wmissing-prototypes]
2013-03-17 Anders BromanFrom beroset:
2013-03-17 Anders BromanFrom beroset:
2013-02-08 Gerald CombsAdd a ModulePreferencesScrollArea widget which builds...
2013-01-02 Evan HuusRemove unused file handle that appears to have been...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-18 Evan HuusFix a double-free by setting the GSList back to NULL...
2012-11-29 Gerald CombsAdd an add_hosts_file routine that adds a "hosts" path...
2012-11-05 Anders BromanFrom Bill Parker:
2012-10-20 Jakub ZawadzkiMake r45511 work also without HAVE_C_ARES.
2012-10-12 Gerald CombsUse seasonal allocation for name resolution. This effec...
2012-10-02 Guy HarrisFix indentation.
2012-10-02 Guy HarrisGet rid of the always-null and unused argument to
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-13 Chris MaynardJeff Morriss indicated the following and I obliged:
2012-07-13 Chris Maynardtp->name can't be NULL, but perhaps tp can be?
2012-07-11 Anders BromanAdd a new preference to make it possible to only use...
2012-07-10 Jeff MorrissObey the new use-external-resolvers preference when...
2012-07-10 Jeff Morrisshost_lookup() and host_lookup6() are both called even...
2012-07-10 Anders BromanGroup the network name resolution boxes together and...
2012-07-08 Jeff MorrissFirst phase of fixing https://bugs.wireshark.org/bugzil...
2012-07-06 Jakub Zawadzki- remove no longer used #defines
2012-07-06 Jakub Zawadzki- e_addr_resolve is structure so pass it by pointer.
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-06-16 Guy HarrisAttempt to squelch some compiler warnings.
2011-05-20 Jeff MorrissUse proto_tree_add_item() instead of proto_tree_add_xxx...
2011-05-16 Guy HarrisCast away some warnings about alignment; ep_alloc(...
2011-05-08 Alexis La GoutteAdd FT_EUI64 Field Type
2011-05-05 Jakub ZawadzkiIntroduce ip6_to_str_buf_len (little cleaner version...
2011-04-26 Gerald Combsget_host_ipaddr() was returning numeric addresses in...
2011-04-10 Gerald CombsMinor whitespace fix.
2011-04-04 Bill MeierDon't assign to a variable if the value won't be used...
2011-03-24 Gerald CombsAdd initial pcapng name resolution record support....
2011-02-17 Guy HarrisCan we reassure Microsoft's static analyzer that 0...
2011-02-17 Gerald CombsFix some Visual C++ static analyzer complaints.
next