summaryrefslogtreecommitdiff
path: root/print-fddi.c
diff options
context:
space:
mode:
authorrisso <risso>2002-08-01 08:52:55 +0000
committerrisso <risso>2002-08-01 08:52:55 +0000
commit3d932490b826facb568937a1290910a1265267f5 (patch)
tree65e999a8071b1f4bad5c7d437d3846b777f302db /print-fddi.c
parente5ec03a25c981b8df7f81fe6f91deb4879524065 (diff)
downloadtcpdump-3d932490b826facb568937a1290910a1265267f5.tar.gz
Added support for Win32, based on WinPcap.
Diffstat (limited to 'print-fddi.c')
-rw-r--r--print-fddi.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/print-fddi.c b/print-fddi.c
index 31f6b565..d493c9f7 100644
--- a/print-fddi.c
+++ b/print-fddi.c
@@ -21,21 +21,15 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.56 2002-06-01 23:50:31 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.57 2002-08-01 08:53:06 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 <tcpdump-stdinc.h>
-#include <netinet/in.h>
-
-#include <ctype.h>
-#include <netdb.h>
#include <pcap.h>
#include <stdio.h>
#include <string.h>