]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sll.c
Added support for Win32, based on WinPcap.
[tcpdump] / print-sll.c
index c6cd93dd2e5dfcb9e2c27b0ad975960f94ccb06f..4fb792e0d9378f9c41b8c22162277937fe199f7f 100644 (file)
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-sll.c,v 1.7 2002-06-01 23:50:33 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-sll.c,v 1.8 2002-08-01 08:53:28 risso Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <sys/param.h>
-#include <sys/time.h>
-#include <sys/socket.h>
-
-#include <netinet/in.h>
+#include <tcpdump-stdinc.h>
 
 #include <stdio.h>
 #include <string.h>