aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-23addr_resolv: fix crashes in parse_ether_address_fastPeter Wu1-10/+11
2018-11-22addr_resolv: add fast path for parsing addresses from manufPeter Wu1-2/+100
2018-11-22addr_resolv: avoid unnecessary memory allocation for hash tablesPeter Wu1-40/+25
2018-11-22addr_resolv: speed up reading manuf, services, etc.Peter Wu1-63/+25
2018-10-15addr_resolv: function to convert an eth address into raw bytesMartin Kaiser1-1/+19
2018-09-03make IPv4 and IPv6 name resolution usable at all timesMartin Kaiser1-6/+11
2018-06-01Remove tabs around manuf names as shown for BASE_OUIAdrian Granados1-5/+2
2018-05-23Do IP address resolution synchronously before printing in TShark.Guy Harris1-17/+206
2018-05-20Get rid of add_async_dns_ipv4().Guy Harris1-13/+7
2018-05-20Make private variables static.Guy Harris1-2/+2
2018-04-25addr_resolv: fix memleak of g_penterprises_pathPeter Wu1-4/+4
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-3/+7
2018-03-03Don't crash in manually_resolve_cleanup() if there's nothing to clean up.Guy Harris1-4/+8
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
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