URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=881ff5df92a1c12a3afaeea3f422cb36f6e84b59
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
881ff5d by Gerald Combs (gerald@xxxxxxxxxxxxx):
Remove gethostbyaddr and gethostbyaddr2.
They've been deprecated for a very long time. Replace them with
getaddrinfo. Note that we might not want to do synchronous name
resolution at all.
Add HAVE_GETADDRINFO to the KfW win-mac.h collision list.
Change-Id: If59ce8a038776eadd6cd1794ed0e2dad8bf8a22c
Reviewed-on: https://code.wireshark.org/review/6958
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d6ebb82 (Trivial) Reformat some.
adds 881ff5d Remove gethostbyaddr and gethostbyaddr2.
Summary of changes:
ConfigureChecks.cmake | 2 +-
acinclude.m4 | 16 ++++---
asn1/kerberos/packet-kerberos-template.c | 1 +
asn1/kerberos/packet-kerberos-template.h | 2 +-
cmakeconfig.h.in | 4 +-
config.h.win32 | 4 +-
configure.ac | 6 +--
epan/addr_resolv.c | 75 ++++++++++++++++++++----------
epan/dissectors/packet-kerberos.c | 7 +--
epan/dissectors/packet-kerberos.h | 2 +-
10 files changed, 75 insertions(+), 44 deletions(-)