aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-2/+2
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-17/+17
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-5/+2
2017-10-25We're using inet_pton(), so we don't need to worry about non-dotted-quad addr...Guy Harris1-14/+0
2017-10-25Get rid of a no-longer-needed variable.Guy Harris1-3/+1
2017-10-25Clean up and expand comments.Guy Harris1-6/+19
2017-10-25Remove inet_aton() usage everywhereJoão Valverde1-9/+3
2017-09-02manuf.tmpl: mark commentsJoão Valverde1-6/+11
2017-09-01Fix comment in addr_resolv.cJoão Valverde1-2/+2
2017-08-24Extract the "long name" out of the manuf file and use it for some resolutionMichael Mann1-20/+30
2017-08-08We really only need one range_foreach routine.Guy Harris1-1/+1
2017-08-07Rename reentrant range_foreach2 to range_foreach_rAhmad Fatoum1-1/+1
2017-08-04Optimize the "services" dictionaryJoão Valverde1-41/+31
2017-07-23Put the well-known addresses into a separate file from OUIsJoão Valverde1-24/+36
2017-07-21Require c-ares >= 1.5João Valverde1-31/+2
2017-07-20Remove dead code for address reverse-mappingJoão Valverde1-184/+2
2017-07-18Extend enterprises.tsv to accept spaces as separatorsJoão Valverde1-14/+7
2017-07-15Rename enterprises to enterprises.tsv and ship it.Gerald Combs1-1/+1
2017-07-03Replace and remove enterprises_lookup_format()João Valverde1-13/+0
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-0/+128
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