aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03addr_resolv: define default port values for DNS resolution UATPascal Quantin1-0/+2
2022-10-31addr_resolv: add support for static hostname entriesChuck Craft1-12/+16
2022-08-04epan: Update our name resolution preference names.Gerald Combs1-6/+6
2022-08-03ipx: ipxnet_hash_table clear after init causes ipx_crashChuck Craft1-1/+0
2022-07-21addr_resolv: Add port correctlyRoland Knall1-0/+3
2022-07-20Addr_resolv: Use int for portsRoland Knall1-33/+8
2022-07-20addr_resolve: Allow for port to be configuredRoland Knall1-6/+61
2022-07-11Addr-Resolv: close vlans file on changing profile (BUGFIX)Dr. Lars Völker1-0/+1
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-16/+16
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