aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRYAnthony Coddington1-20/+10
2017-06-13Fix automatic name resolution not saved to NRBAnthony Coddington1-0/+4
2017-04-15Fix memleak of g_pservices_path.Jakub Zawadzki1-0/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-03Check profile directory before personal directory for services and subnets fileMichael Mann1-7/+26
2017-02-18epan/wsutil: free memory on exit.Dario Lombardo1-0/+14
2017-02-08addr_resolv: remove leak.Dario Lombardo1-0/+2
2017-01-07Convert range API to always use wmem memory.Michael Mann1-2/+3
2016-11-22Improve name resolution preference tooltips.Jaap Keuter1-15/+12
2016-11-16Resolv: various code / comment cleanupsJaap Keuter1-53/+39
2016-11-12Really return manufacturer name if it's known.Jaap Keuter1-2/+2
2016-10-20Put the SS7 PC name resolution feature in the release notes.Jeff Morriss1-1/+1
2016-10-16addr_resolv(.c): no previous prototype for ‘add_ss7pc_name/ss7pc_name_looku...Alexis La Goutte1-2/+2
2016-10-12MTP3: Added SS7 Point Code Name ResolutionBinh Trinh1-1/+169
2016-09-13addr_resolv: use ws_strtou8 function.Dario Lombardo1-6/+7
2016-08-13Allocate all the wmem maps with epan scope.Guy Harris1-16/+3
2016-06-14addr_resolv: change g_hash to wmem_map.Dario Lombardo1-137/+72
2016-06-13Use getc_unlocked in a few places.Gerald Combs1-1/+1
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-1/+1
2016-04-28Don't mix g_malloc() and wmem_alloc().Guy Harris1-1/+1
2016-04-28Cleanups to issues found while investigating 12386.Guy Harris1-14/+6
2016-04-25addr_resolv: async_dns_queue_head HAVE_C_ARES missingUli Heilmeier1-0/+2
2016-04-23addr_resolv: don't free the same wmem_list entry twiceMartin Kaiser1-0/+2
2016-04-22Don't fail in host_name_lookup_init() if manually resolved lists exist.Guy Harris1-4/+4
2016-04-22addr_resolv: change g_slist to wmem_list.Dario Lombardo1-27/+26
2016-04-21If you allocate with wmem, free with wmem.Martin Kaiser1-1/+1
2016-04-21If you allocate with wmem, free with wmem (more of same).Guy Harris1-1/+1
2016-04-21If you allocate with wmem, free with wmem.Guy Harris1-1/+1
2016-04-21addr_resolv: change g_malloc to wmem_alloc.Dario Lombardo1-56/+56
2016-04-08Replace and remove host_ip_af() functionJoão Valverde1-28/+0
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-192/+43
2016-03-22Remove more missed ADNS codeJoão Valverde1-60/+0
2016-03-21Remove ADNS supportJoão Valverde1-124/+5
2016-03-18IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier1-1/+198
2016-02-29Only say we have a new resolved MAC address if it's actually *new*.Guy Harris1-3/+5
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-57/+25
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde1-4/+1
2016-02-11Change some constness qualificationsJoão Valverde1-4/+4
2016-01-19Don't use IP address strings as "names" for MAC addresses.Guy Harris1-47/+49
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2016-01-03Fix some constness issues [-Wcast-qual]João Valverde1-2/+2
2015-11-23Remove configure --enable-ipv6 optionJoão Valverde1-6/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-10-18Don't parse services file twice, respect user settingsJoão Valverde1-34/+6
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-75/+68
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-6/+17