aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make all Lua code use wmem not ememHadriel Kaplan2015-01-041-0/+7
* More name changes.Guy Harris2014-04-191-12/+12
* Some routine name changes.Guy Harris2014-04-191-4/+4
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-1/+1
* New functions: str_to_ip6(), str_to_ip()Jakub Zawadzki2013-12-211-0/+3
* Fix [-Wmissing-prototypes]Anders Broman2013-12-201-1/+1
* Remove <epan/ipv6-utils.h> from tvbuff.Jakub Zawadzki2013-11-101-0/+1
* g_slist_free_full() is glib 2.28Anders Broman2013-10-231-1/+1
* Make manual address resolution work again by putting the addressesAnders Broman2013-10-231-0/+3
* Try to make the build bot happy.Anders Broman2013-10-101-1/+1
* Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman2013-10-101-10/+12
* Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman2013-09-221-24/+6
* Revert revision=51577.Anders Broman2013-08-291-0/+2
* Don't store address in the hastable when name resolution is off.Anders Broman2013-08-291-2/+0
* Use g_hash_table() for ipxnet name resolution.Anders Broman2013-08-201-0/+3
* Use g_hastable() for IPv6 name reslution.Anders Broman2013-08-181-0/+12
* Use g_hashtable for IPv4 name resolution.Anders Broman2013-08-111-0/+16
* Ensure we have both _initialize() and a corresponding _cleanup() routines forJeff Morriss2013-08-071-10/+21