aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-16Make get_manuf_name return a const string.Michael Mann1-1/+7
2015-02-14"Hide" hashether_t structure.Michael Mann1-7/+6
2015-02-12Revert ""Hide" hashether_t structure."Anders Broman1-6/+7
2015-02-12Revert "Make get_manuf_name return a const string."Anders Broman1-7/+1
2015-02-12Make get_manuf_name return a const string.Michael Mann1-1/+7
2015-02-12"Hide" hashether_t structure.Michael Mann1-7/+6
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-1/+1
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann1-1/+1
2015-01-09Convert EUI64 address APIs to use wmem.Michael Mann1-6/+2
2015-01-09Have ipxnet addresses use wmem scoped memory.Michael Mann1-1/+1
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-8/+8
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+1
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-17/+3
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-0/+7
2014-04-19More name changes.Guy Harris1-12/+12
2014-04-19Some routine name changes.Guy Harris1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-12-21New functions: str_to_ip6(), str_to_ip()Jakub Zawadzki1-0/+3
2013-12-20Fix [-Wmissing-prototypes]Anders Broman1-1/+1
2013-11-10Remove <epan/ipv6-utils.h> from tvbuff.Jakub Zawadzki1-0/+1
2013-10-23g_slist_free_full() is glib 2.28Anders Broman1-1/+1
2013-10-23Make manual address resolution work again by putting the addressesAnders Broman1-0/+3
2013-10-10Try to make the build bot happy.Anders Broman1-1/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman1-10/+12
2013-09-22Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman1-24/+6
2013-08-29Revert revision=51577.Anders Broman1-0/+2
2013-08-29Don't store address in the hastable when name resolution is off.Anders Broman1-2/+0
2013-08-20Use g_hash_table() for ipxnet name resolution.Anders Broman1-0/+3