aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
Commit message (Expand)AuthorAgeFilesLines
* Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs2015-10-221-1/+1
* Don't parse services file twice, respect user settingsJoão Valverde2015-10-181-34/+6
* Remove duplicate transport ports from proto tree summaryJoão Valverde2015-10-111-75/+68
* Add BASE_PT_ field display typesJoão Valverde2015-10-051-6/+17
* addr_resolv: cosmetic change for flagsPeter Wu2015-09-271-13/+13
* Init values set (found by American Fuzzy Lop).Dario Lombardo2015-08-181-1/+1
* DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan2015-07-251-1/+24
* Fix address resolution for columns.Guy Harris2015-07-031-54/+0
* Fix memory leak printing eui64sEvan Huus2015-06-211-3/+7
* Remove the executable bit from epan/addr_resolv.cEvan Huus2015-06-091-0/+0
* Fix insertion of subnets read from the subnets file: append to the *end* ofChristopher Maynard2015-06-091-9/+15
* Complete the fix from g6b5c71a.Gerald Combs2015-03-181-1/+0
* Don't cache existing IPv4 and IPv6 hostnames.Gerald Combs2015-03-181-13/+14
* Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss2015-03-031-11/+59
* Add tvb_get_ether_nameMichael Mann2015-03-031-0/+6
* Don't read aliases from the personal hosts file.Jeff Morriss2015-03-021-1/+5
* Use getnameinfo() instead of gethostbyaddr().Jeff Morriss2015-02-271-89/+90
* Restore synchronous name resolution (revert SVN rev52115).Jeff Morriss2015-02-271-0/+28
* Check whether we HAVE_GETADDRINFO before using it.Jeff Morriss2015-02-261-4/+4
* addr_resolv.c: fix a stack buffer overflow detected by ASANPascal Quantin2015-02-201-1/+1
* addr_resolv: Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte2015-02-201-11/+0
* Add name resolution support to address type.Michael Mann2015-02-191-26/+1
* Corrected display format for EUI-64Robert Cragie2015-02-171-1/+1
* Get rid of duplicate typedef.Guy Harris2015-02-161-2/+2
* Make get_manuf_name return a const string.Michael Mann2015-02-161-39/+77
* Remove a duplicate typedef.Gerald Combs2015-02-141-2/+2
* "Hide" hashether_t structure.Michael Mann2015-02-141-3/+16
* Revert ""Hide" hashether_t structure."Anders Broman2015-02-121-16/+3
* Revert "Make get_manuf_name return a const string."Anders Broman2015-02-121-77/+39
* Make get_manuf_name return a const string.Michael Mann2015-02-121-39/+77
* "Hide" hashether_t structure.Michael Mann2015-02-121-3/+16
* Add fixed length function for address types.Michael Mann2015-02-091-0/+9
* Remove gethostbyaddr and gethostbyaddr2.Gerald Combs2015-02-061-24/+51
* addr_resolv: correctly scope returned memoryEvan Huus2015-01-291-4/+4
* Update some comments to reflect reality.Guy Harris2015-01-181-2/+0
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-1/+0
* Remove seasonal memory from address resolution.Michael Mann2015-01-181-4/+25
* Miscellaneous ep_strdup_printf replacement.Michael Mann2015-01-181-6/+6
* Convert EUI64 address APIs to use wmem.Michael Mann2015-01-091-27/+6
* Have ipxnet addresses use wmem scoped memory.Michael Mann2015-01-091-6/+6
* ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann2015-01-081-14/+14
* 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-31/+1
* Make all Lua code use wmem not ememHadriel Kaplan2015-01-041-0/+22
* We no longer do anything signal-related, so don't include <signal.h>.Guy Harris2014-12-311-8/+13
* Do not use packet scope memory outside packet dissectorsPascal Quantin2014-12-211-1/+1
* Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann2014-12-211-1/+3
* Don't use ctype.h routines.Guy Harris2014-10-171-4/+3
* Get rid of g_hash_table_lookup asserts when loading an external host filePascal Quantin2014-09-271-21/+24
* Fix regression introduced by gf3b631668bEvan Huus2014-08-091-1/+1