Wireshark-commits: [Wireshark-commits] rev 22075: /trunk/ /trunk/epan/: Makefile.nmake inet_ntop.c

Date: Mon, 11 Jun 2007 18:26:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22075

User: gerald
Date: 2007/06/11 06:26 PM

Log:
 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?)

Directory: /trunk/epan/
  Changes    Path              Action
  +7 -0      Makefile.nmake    Modified
  +0 -235    inet_ntop.c       Removed
  +0 -269    inet_pton.c       Removed
  +0 -54     inet_v6defs.h     Removed

Directory: /trunk/
  Changes    Path               Action
  +3 -0      Makefile.am        Modified
  +3 -0      Makefile.common    Modified
  +12 -9     Makefile.nmake     Modified
  +25 -25    capture.c          Modified
  +20 -13    capture_opts.c     Modified
  +235 -0    inet_ntop.c        Added
  +269 -0    inet_pton.c        Added


(1 file not shown)