dcerpc: remove use-after-free (found by clang).
[metze/wireshark/wip.git] / epan / addr_resolv.c
2017-10-29 Guy HarrisGet rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-10-26 Gerald CombsCMake: Don't check for windows.h or winsock2.h.
2017-10-25 Guy HarrisWe're using inet_pton(), so we don't need to worry...
2017-10-25 Guy HarrisGet rid of a no-longer-needed variable.
2017-10-25 Guy HarrisClean up and expand comments.
2017-10-25 João ValverdeRemove inet_aton() usage everywhere
2017-09-02 João Valverdemanuf.tmpl: mark comments
2017-09-01 João ValverdeFix comment in addr_resolv.c
2017-08-24 Michael MannExtract the "long name" out of the manuf file and use...
2017-08-08 Guy HarrisWe really only need one range_foreach routine.
2017-08-07 Ahmad FatoumRename reentrant range_foreach2 to range_foreach_r
2017-08-04 João ValverdeOptimize the "services" dictionary
2017-07-23 João ValverdePut the well-known addresses into a separate file from...
2017-07-21 João ValverdeRequire c-ares >= 1.5
2017-07-20 João ValverdeRemove dead code for address reverse-mapping
2017-07-18 João ValverdeExtend enterprises.tsv to accept spaces as separators
2017-07-15 Gerald CombsRename enterprises to enterprises.tsv and ship it.
2017-07-03 João ValverdeReplace and remove enterprises_lookup_format()
2017-06-26 João ValverdeParse enterprise-numbers at run time
2017-06-19 Anthony CoddingtonAttempt to clean up addr_resolv flags by removing DUMMY...
2017-06-13 Anthony CoddingtonFix automatic name resolution not saved to NRB
2017-04-15 Jakub ZawadzkiFix memleak of g_pservices_path.
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-04-05 Guy HarrisA bunch of "{Mac} OS X" -> "macOS" changes.
2017-03-03 Michael MannCheck profile directory before personal directory for...
2017-02-18 Dario Lombardoepan/wsutil: free memory on exit.
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
next