aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Remove more missed ADNS codeJoão Valverde1-60/+0
2016-03-21Remove ADNS supportJoão Valverde1-124/+5
2016-03-18IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier1-1/+198
2016-02-29Only say we have a new resolved MAC address if it's actually *new*.Guy Harris1-3/+5
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-57/+25
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde1-4/+1
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-47/+49
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2016-01-03Fix some constness issues [-Wcast-qual]João Valverde1-2/+2
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