addr_resolv: remove leak.
[metze/wireshark/wip.git] / epan / addr_resolv.c
2017-02-08 Dario Lombardoaddr_resolv: remove leak.
2017-01-07 Michael MannConvert range API to always use wmem memory.
2016-11-22 Jaap KeuterImprove name resolution preference tooltips.
2016-11-16 Jaap KeuterResolv: various code / comment cleanups
2016-11-12 Jaap KeuterReally return manufacturer name if it's known.
2016-10-20 Jeff MorrissPut the SS7 PC name resolution feature in the release...
2016-10-16 Alexis La Goutteaddr_resolv(.c): no previous prototype for ‘add_ss7pc_n...
2016-10-12 Binh TrinhMTP3: Added SS7 Point Code Name Resolution
2016-09-13 Dario Lombardoaddr_resolv: use ws_strtou8 function.
2016-08-13 Guy HarrisAllocate all the wmem maps with epan scope.
2016-06-14 Dario Lombardoaddr_resolv: change g_hash to wmem_map.
2016-06-13 Gerald CombsUse getc_unlocked in a few places.
2016-06-06 João ValverdeMove ip6_to_str_buf() to to_str.c and make it take...
2016-04-28 Guy HarrisDon't mix g_malloc() and wmem_alloc().
2016-04-28 Guy HarrisCleanups to issues found while investigating 12386.
2016-04-25 Uli Heilmeieraddr_resolv: async_dns_queue_head HAVE_C_ARES missing
2016-04-23 Martin Kaiseraddr_resolv: don't free the same wmem_list entry twice
2016-04-22 Guy HarrisDon't fail in host_name_lookup_init() if manually resol...
2016-04-22 Dario Lombardoaddr_resolv: change g_slist to wmem_list.
2016-04-21 Martin KaiserIf you allocate with wmem, free with wmem.
2016-04-21 Guy HarrisIf you allocate with wmem, free with wmem (more of...
2016-04-21 Guy HarrisIf you allocate with wmem, free with wmem.
2016-04-21 Dario Lombardoaddr_resolv: change g_malloc to wmem_alloc.
2016-04-08 João ValverdeReplace and remove host_ip_af() function
2016-04-04 João ValverdeRemove synchronous DNS name resolution
2016-03-22 João ValverdeRemove more missed ADNS code
2016-03-21 João ValverdeRemove ADNS support
2016-03-18 Uli HeilmeierIEEE 802.1Q/VLAN: Resolve ID to a describing name
2016-02-29 Guy HarrisOnly say we have a new resolved MAC address if it's...
2016-02-19 João ValverdeAdd inet_pton/inet_ntop interface to libwsutil
2016-02-13 João ValverdeJust #include wsutil/inet_aton.h
2016-02-11 João ValverdeChange some constness qualifications
2016-01-19 Guy HarrisDon't use IP address strings as "names" for MAC addresses.
2016-01-08 moshekaplanFix a lot of typos and misspellings
2016-01-03 Guy HarrisRename ipv6-utils.h to ipv6.h.
2016-01-03 João ValverdeFix some constness issues [-Wcast-qual]
2015-11-23 João ValverdeRemove configure --enable-ipv6 option
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
next