]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-bootp.c
Add Loris Digioanni, as he's credited as the main programmer on the
[tcpdump] / print-bootp.c
index c2fab5e90aa9805ed67149d231ab47e4d389b041..11b375574999049a5c8142936eafc469dd09d467 100644 (file)
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.63 2002-06-11 17:08:43 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.64 2002-08-01 08:53:02 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 <ctype.h>
 #include <stdio.h>