aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss1-11/+59
2015-03-03Add tvb_get_ether_nameMichael Mann1-0/+6
2015-03-02Don't read aliases from the personal hosts file.Jeff Morriss1-1/+5
2015-02-27Use getnameinfo() instead of gethostbyaddr().Jeff Morriss1-89/+90
2015-02-27Restore synchronous name resolution (revert SVN rev52115).Jeff Morriss1-0/+28
2015-02-26Check whether we HAVE_GETADDRINFO before using it.Jeff Morriss1-4/+4
2015-02-20addr_resolv.c: fix a stack buffer overflow detected by ASANPascal Quantin1-1/+1
2015-02-20addr_resolv: Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-11/+0
2015-02-19Add name resolution support to address type.Michael Mann1-26/+1
2015-02-17Corrected display format for EUI-64Robert Cragie1-1/+1
2015-02-16Get rid of duplicate typedef.Guy Harris1-2/+2
2015-02-16Make get_manuf_name return a const string.Michael Mann1-39/+77
2015-02-14Remove a duplicate typedef.Gerald Combs1-2/+2
2015-02-14"Hide" hashether_t structure.Michael Mann1-3/+16
2015-02-12Revert ""Hide" hashether_t structure."Anders Broman1-16/+3
2015-02-12Revert "Make get_manuf_name return a const string."Anders Broman1-77/+39
2015-02-12Make get_manuf_name return a const string.Michael Mann1-39/+77
2015-02-12"Hide" hashether_t structure.Michael Mann1-3/+16
2015-02-09Add fixed length function for address types.Michael Mann1-0/+9
2015-02-06Remove gethostbyaddr and gethostbyaddr2.Gerald Combs1-24/+51
2015-01-29addr_resolv: correctly scope returned memoryEvan Huus1-4/+4
2015-01-18Update some comments to reflect reality.Guy Harris1-2/+0
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-18Remove seasonal memory from address resolution.Michael Mann1-4/+25
2015-01-18Miscellaneous ep_strdup_printf replacement.Michael Mann1-6/+6
2015-01-09Convert EUI64 address APIs to use wmem.Michael Mann1-27/+6
2015-01-09Have ipxnet addresses use wmem scoped memory.Michael Mann1-6/+6
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-14/+14
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-31/+1
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-0/+22
2014-12-31We no longer do anything signal-related, so don't include <signal.h>.Guy Harris1-8/+13
2014-12-21Do not use packet scope memory outside packet dissectorsPascal Quantin1-1/+1
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-1/+3
2014-10-17Don't use ctype.h routines.Guy Harris1-4/+3
2014-09-27Get rid of g_hash_table_lookup asserts when loading an external host filePascal Quantin1-21/+24
2014-08-09Fix regression introduced by gf3b631668bEvan Huus1-1/+1
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+1
2014-07-01Optimize epan_new/init_dissectionEvan Huus1-22/+26
2014-05-11Simplify IPv4 address hashingEvan Huus1-13/+5
2014-05-07Use a strong hash function for ethernet addresses.Evan Huus1-132/+23
2014-04-21Disable transport name resolution by default.Gerald Combs1-1/+1
2014-04-19Clean up white space (replace tabs with 4 spaces).Guy Harris1-9/+7
2014-04-19More name changes.Guy Harris1-12/+12
2014-04-19Some routine name changes.Guy Harris1-10/+3
2014-04-19Don't se_ allocate strings when mapping addresses to column strings.Guy Harris1-39/+28
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2013-12-21New functions: str_to_ip6(), str_to_ip()Jakub Zawadzki1-4/+16
2013-12-20bytes_to_hexstr_punct() does not add a null terminator, so we must addGuy Harris1-1/+4