aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-01tshark: process async DNS queue during the first passJohn Thacker1-1/+1
2023-12-02Resolved Addresses: Only show used servicesJohn Thacker1-5/+5
2023-12-01Resolved Addresses: Only show ethers actually used in the capture fileJohn Thacker1-2/+8
2023-12-01Resolved Addresses: Only show OUI actually used in the captureJohn Thacker1-0/+1
2023-12-01Resolved Addresses: Only show wka actually used in the captureJohn Thacker1-0/+5
2023-12-01manuf: Resolving of MA-M, MA-S, 28 and 36 bit OUIsJohn Thacker1-9/+31
2023-11-01addr_resolv: Remove confusing "only use profile hosts" preferenceJohn Thacker1-1/+0
2023-10-31wsutil: Rename inet_netw.[ch]João Valverde1-1/+1
2023-10-31wsutil: Move and consolidate CIDR codeJoão Valverde1-1/+1
2023-09-16addr_resolv: Fix a heap buffer overflowJoão Valverde1-2/+2
2023-09-13802.11: Fix OUI lookupsJoão Valverde1-1/+1
2023-04-07MaxMindDB: Move pref to Name Resolution prefsJohn Thacker1-0/+1
2022-10-31addr_resolv: add support for static hostname entriesChuck Craft1-2/+3
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19epan: Convert to use stdio.h from GLibJoão Valverde1-1/+1
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2020-02-24Edit Resolved Name: Don't add duplicate IPsDylan Ulis1-3/+7
2019-09-15Add support for "custom" DNS servers to be used in address resolutionMichael Mann1-0/+1
2018-10-15addr_resolv: function to convert an eth address into raw bytesMartin Kaiser1-0/+3
2018-09-03make IPv4 and IPv6 name resolution usable at all timesMartin Kaiser1-8/+2
2018-05-23Do IP address resolution synchronously before printing in TShark.Guy Harris1-0/+8
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-0/+6
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-3/+3
2017-08-24Extract the "long name" out of the manuf file and use it for some resolutionMichael Mann1-6/+0
2017-07-20Remove dead code for address reverse-mappingJoão Valverde1-8/+0
2017-07-03Replace and remove enterprises_lookup_format()João Valverde1-6/+0
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-0/+26
2017-06-19Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRYAnthony Coddington1-5/+4
2016-11-16Resolv: various code / comment cleanupsJaap Keuter1-1/+1
2016-10-12MTP3: Added SS7 Point Code Name ResolutionBinh Trinh1-0/+9
2016-06-14addr_resolv: change g_hash to wmem_map.Dario Lombardo1-8/+8
2016-04-08Replace and remove host_ip_af() functionJoão Valverde1-8/+0
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-1/+0
2016-03-21Remove ADNS supportJoão Valverde1-1/+1
2016-03-18IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier1-0/+12
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-4/+5
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2016-01-03If you want struct e_in6_addr, include <epan/ipv6-utils.h>.Guy Harris1-1/+0
2016-01-03Fix some constness issues [-Wcast-qual]João Valverde1-2/+2
2015-11-12Export functions str_to_ip() and str_to_ip6() to pluginsJo Rueschel1-0/+3
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris1-14/+1
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-1/+21
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-1/+8
2015-09-27addr_resolv: cosmetic change for flagsPeter Wu1-5/+5
2015-09-25Don't display duplicate addresses without name resolution enabledJoão Valverde1-0/+6
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan1-6/+15
2015-07-03Fix address resolution for columns.Guy Harris1-14/+0
2015-03-03Add tvb_get_ether_nameMichael Mann1-0/+3