aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Move more numerical functions to wsutil/to_str.hJoão Valverde1-9/+0
2021-09-16Move more numerical epan/*to_str() routines to wsutilJoão Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-15/+16
2021-05-23addr_resolv: repopulate services table on profile switchChuck Craft1-0/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-22/+22
2021-04-02maxmind: add optional synchronous lookupsDavid Perry1-0/+1
2021-01-19Don't check whether eth_name_lookup() returned a null pointer.Guy Harris1-2/+2
2020-11-17Addr Resolv: Prefer profile specific file if existsUli Heilmeier1-5/+28
2020-11-10parsing enterprises file: comment and slightly simplifyMartin Mathieson1-4/+14
2020-11-02Speed up ethernet entry (manuf and wka) parsing.Martin Mathieson1-17/+23
2020-02-24Edit Resolved Name: Don't add duplicate IPsDylan Ulis1-49/+61
2019-11-23Add c-ares to the required library list.Gerald Combs1-70/+5
2019-11-10Clean up description of the "DNS Servers" preference.Guy Harris1-1/+1
2019-09-15Add support for "custom" DNS servers to be used in address resolutionMichael Mann1-0/+141
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-27VLAN resolving: use existing file_exists() functionUli Heilmeier1-12/+1
2019-05-27VLAN resolving: check profile firstUli Heilmeier1-3/+20
2019-04-04Don't print a message if a select() was interrupted by a signal.Guy Harris1-4/+12
2019-01-18Update tooltip for "Resolve network (IP) addresses"Stig Bjørlykke1-2/+2
2019-01-03epan: remove redundant casts.Dario Lombardo1-1/+1
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