aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
Commit message (Expand)AuthorAgeFilesLines
* Corrects repeated words throughout the code.Moshe Kaplan2021-12-221-1/+1
* epan: Convert to use stdio.h from GLibJoão Valverde2021-12-191-1/+1
* Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan2021-11-291-1/+1
* Edit Resolved Name: Don't add duplicate IPsDylan Ulis2020-02-241-3/+7
* Add support for "custom" DNS servers to be used in address resolutionMichael Mann2019-09-151-0/+1
* addr_resolv: function to convert an eth address into raw bytesMartin Kaiser2018-10-151-0/+3
* make IPv4 and IPv6 name resolution usable at all timesMartin Kaiser2018-09-031-8/+2
* Do IP address resolution synchronously before printing in TShark.Guy Harris2018-05-231-0/+8
* Transition from GeoIP Legacy to MaxMindDB.Gerald Combs2018-03-061-0/+6
* epan: use SPDX indentifiers.Dario Lombardo2018-02-081-13/+1
* Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris2017-10-261-3/+3
* Extract the "long name" out of the manuf file and use it for some resolutionMichael Mann2017-08-241-6/+0
* Remove dead code for address reverse-mappingJoão Valverde2017-07-201-8/+0
* Replace and remove enterprises_lookup_format()João Valverde2017-07-031-6/+0
* Parse enterprise-numbers at run timeJoão Valverde2017-06-261-0/+26
* Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRYAnthony Coddington2017-06-191-5/+4
* Resolv: various code / comment cleanupsJaap Keuter2016-11-161-1/+1
* MTP3: Added SS7 Point Code Name ResolutionBinh Trinh2016-10-121-0/+9
* addr_resolv: change g_hash to wmem_map.Dario Lombardo2016-06-141-8/+8
* Replace and remove host_ip_af() functionJoão Valverde2016-04-081-8/+0
* Remove synchronous DNS name resolutionJoão Valverde2016-04-041-1/+0
* Remove ADNS supportJoão Valverde2016-03-211-1/+1
* IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier2016-03-181-0/+12
* Change some constness qualificationsJoão Valverde2016-02-111-4/+4
* Don't use IP address strings as "names" for MAC addresses.Guy Harris2016-01-191-4/+5
* Rename ipv6-utils.h to ipv6.h.Guy Harris2016-01-031-1/+1
* If you want struct e_in6_addr, include <epan/ipv6-utils.h>.Guy Harris2016-01-031-1/+0
* Fix some constness issues [-Wcast-qual]João Valverde2016-01-031-2/+2
* Export functions str_to_ip() and str_to_ip6() to pluginsJo Rueschel2015-11-121-0/+3
* Don't include libwireshark headers from libwiretap.Guy Harris2015-11-041-14/+1
* Remove duplicate transport ports from proto tree summaryJoão Valverde2015-10-111-1/+21
* Add BASE_PT_ field display typesJoão Valverde2015-10-051-1/+8
* addr_resolv: cosmetic change for flagsPeter Wu2015-09-271-5/+5
* Don't display duplicate addresses without name resolution enabledJoão Valverde2015-09-251-0/+6
* DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan2015-07-251-6/+15
* Fix address resolution for columns.Guy Harris2015-07-031-14/+0
* Add tvb_get_ether_nameMichael Mann2015-03-031-0/+3
* Make get_manuf_name return a const string.Michael Mann2015-02-161-1/+7
* "Hide" hashether_t structure.Michael Mann2015-02-141-7/+6
* Revert ""Hide" hashether_t structure."Anders Broman2015-02-121-6/+7
* Revert "Make get_manuf_name return a const string."Anders Broman2015-02-121-7/+1
* Make get_manuf_name return a const string.Michael Mann2015-02-121-1/+7
* "Hide" hashether_t structure.Michael Mann2015-02-121-7/+6
* Miscellaneous ep_strdup_printf replacement.Michael Mann2015-01-181-1/+1
* Replace se alloced memory in compare stat tap.Michael Mann2015-01-161-1/+1
* Convert EUI64 address APIs to use wmem.Michael Mann2015-01-091-6/+2
* Have ipxnet addresses use wmem scoped memory.Michael Mann2015-01-091-1/+1
* ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann2015-01-081-8/+8
* Replace ep_address_to_str with address_to_str.Michael Mann2015-01-061-1/+1
* Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann2015-01-051-17/+3