aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-23Remove configure --enable-ipv6 optionJoão Valverde1-6/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-10-18Don't parse services file twice, respect user settingsJoão Valverde1-34/+6
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-75/+68
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-6/+17
2015-09-27addr_resolv: cosmetic change for flagsPeter Wu1-13/+13
2015-08-18Init values set (found by American Fuzzy Lop).Dario Lombardo1-1/+1
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan1-1/+24
2015-07-03Fix address resolution for columns.Guy Harris1-54/+0
2015-06-21Fix memory leak printing eui64sEvan Huus1-3/+7
2015-06-09Remove the executable bit from epan/addr_resolv.cEvan Huus1-0/+0
2015-06-09Fix insertion of subnets read from the subnets file: append to the *end* ofChristopher Maynard1-9/+15
2015-03-18Complete the fix from g6b5c71a.Gerald Combs1-1/+0
2015-03-18Don't cache existing IPv4 and IPv6 hostnames.Gerald Combs1-13/+14
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