Clean up includes of unistd.h, fcntl.h, and sys/stat.h.
[metze/wireshark/wip.git] / epan / addr_resolv.c
2015-11-07 Guy HarrisClean up includes of unistd.h, fcntl.h, and sys/stat.h.
2015-11-04 Guy HarrisDon't include libwireshark headers from libwiretap.
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-10-18 João ValverdeDon't parse services file twice, respect user settings
2015-10-11 João ValverdeRemove duplicate transport ports from proto tree summary
2015-10-05 João ValverdeAdd BASE_PT_ field display types
2015-09-27 Peter Wuaddr_resolv: cosmetic change for flags
2015-08-18 Dario LombardoInit values set (found by American Fuzzy Lop).
2015-07-25 Hadriel KaplanDNS: move DNS name resolution pref to Name Resolution...
2015-07-03 Guy HarrisFix address resolution for columns.
2015-06-21 Evan HuusFix memory leak printing eui64s
2015-06-09 Evan HuusRemove the executable bit from epan/addr_resolv.c
2015-06-09 Christopher MaynardFix insertion of subnets read from the subnets file...
2015-03-18 Gerald CombsComplete the fix from g6b5c71a.
2015-03-18 Gerald CombsDon't cache existing IPv4 and IPv6 hostnames.
2015-03-03 Jeff MorrissLook for and use gethostbyname() if we don't have getad...
2015-03-03 Michael MannAdd tvb_get_ether_name
2015-03-02 Jeff MorrissDon't read aliases from the personal hosts file.
2015-02-27 Jeff MorrissUse getnameinfo() instead of gethostbyaddr().
2015-02-27 Jeff MorrissRestore synchronous name resolution (revert SVN rev52115).
2015-02-26 Jeff MorrissCheck whether we HAVE_GETADDRINFO before using it.
2015-02-20 Pascal Quantinaddr_resolv.c: fix a stack buffer overflow detected...
2015-02-20 Alexis La Goutteaddr_resolv: Fix Dead Store (Dead assignement/Dead...
2015-02-19 Michael MannAdd name resolution support to address type.
2015-02-17 Robert CragieCorrected display format for EUI-64
2015-02-16 Guy HarrisGet rid of duplicate typedef.
2015-02-16 Michael MannMake get_manuf_name return a const string.
2015-02-14 Gerald CombsRemove a duplicate typedef.
2015-02-14 Michael Mann"Hide" hashether_t structure.
2015-02-12 Anders BromanRevert ""Hide" hashether_t structure."
2015-02-12 Anders BromanRevert "Make get_manuf_name return a const string."
2015-02-12 Michael MannMake get_manuf_name return a const string.
2015-02-12 Michael Mann"Hide" hashether_t structure.
2015-02-09 Michael MannAdd fixed length function for address types.
2015-02-06 Gerald CombsRemove gethostbyaddr and gethostbyaddr2.
2015-01-29 Evan Huusaddr_resolv: correctly scope returned memory
2015-01-18 Guy HarrisUpdate some comments to reflect reality.
2015-01-18 Guy HarrisRemove some apparently-unnecessary includes of emem.h.
2015-01-18 Michael MannRemove seasonal memory from address resolution.
2015-01-18 Michael MannMiscellaneous ep_strdup_printf replacement.
2015-01-09 Michael MannConvert EUI64 address APIs to use wmem.
2015-01-09 Michael MannHave ipxnet addresses use wmem scoped memory.
2015-01-08 Michael Mannep_<protocol>_port_to_display -> <protocol>_port_to_display
2015-01-06 Michael MannReplace ep_address_to_str with address_to_str.
2015-01-05 Michael MannReplace ep_display_to_address with wmem equivalent...
2015-01-04 Hadriel KaplanMake all Lua code use wmem not emem
2014-12-31 Guy HarrisWe no longer do anything signal-related, so don't inclu...
2014-12-21 Pascal QuantinDo not use packet scope memory outside packet dissectors
2014-12-21 Michael MannReplace ether_to_str with either address_to_str or...
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-09-27 Pascal QuantinGet rid of g_hash_table_lookup asserts when loading...
2014-08-09 Evan HuusFix regression introduced by gf3b631668b
2014-07-06 Guy HarrisClean up handling of missing functions.
2014-07-01 Evan HuusOptimize epan_new/init_dissection
2014-05-11 Evan HuusSimplify IPv4 address hashing
2014-05-07 Evan HuusUse a strong hash function for ethernet addresses.
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.
next