]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/inet_ntop.c
Added support for Win32, based on WinPcap.
[tcpdump] / missing / inet_ntop.c
index 9a68caaab8b380db3aa9668e6b5487f8782aa0e7..811db5dedaa8379f650a836a92f2705a6d920689 100644 (file)
  * SUCH DAMAGE.
  */
 
-/* $Id: inet_ntop.c,v 1.4 2002-06-11 17:13:38 itojun Exp $ */
+/* $Id: inet_ntop.c,v 1.5 2002-08-01 08:53:39 risso Exp $ */
 
 #ifndef lint
 static const char rcsid[] =
-     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.4 2002-06-11 17:13:38 itojun Exp $";
+     "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.5 2002-08-01 08:53:39 risso Exp $";
 #endif
 
+#include <tcpdump-stdinc.h>
+
 #include <stdio.h>
 #include <errno.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
 
 /*
  *