Fix compilation under VS6 (hopefully without breaking compilation
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 11 Jun 2007 18:26:09 +0000 (18:26 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 11 Jun 2007 18:26:09 +0000 (18:26 +0000)
commitaca3bdda2faf7dcd0c0330f42074598b9fd7cbd2
treeb753a8a627171614f46ecf5b8cba48cd34d5ceea
parent80ab0b1f588c39f43b1264c30d11ab84233bca1b
Fix compilation under VS6 (hopefully without breaking compilation
anywhere else).  Instead of using getaddrinfo() and getnameinfo(),
promote inet_pton.c and inet_ntop.c to the top level and use those
routines instead.

(It's 2007, for crying out loud.  Why is this even an issue?)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22075 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
Makefile.common
Makefile.nmake
capture.c
capture_opts.c
epan/Makefile.nmake
inet_ntop.c [moved from epan/inet_ntop.c with 100% similarity]
inet_pton.c [moved from epan/inet_pton.c with 100% similarity]
inet_v6defs.h [moved from epan/inet_v6defs.h with 100% similarity]