summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print-ah.c4
-rw-r--r--print-atalk.c7
-rw-r--r--print-atm.c5
-rw-r--r--print-domain.c5
-rw-r--r--print-esp.c4
-rw-r--r--print-fddi.c5
-rw-r--r--print-ipcomp.c4
-rw-r--r--print-isoclns.c5
-rw-r--r--print-lcp.c5
-rw-r--r--print-ntp.c5
-rw-r--r--print-pppoe.c5
-rw-r--r--print-raw.c9
-rw-r--r--print-token.c5
13 files changed, 13 insertions, 55 deletions
diff --git a/print-ah.c b/print-ah.c
index 1bd18954..173132eb 100644
--- a/print-ah.c
+++ b/print-ah.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.11 2000-10-03 02:19:04 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.12 2000-10-06 04:23:10 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,8 +35,6 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/socket.h>
-#include <net/route.h>
-
#include <netinet/in.h>
#include <stdio.h>
diff --git a/print-atalk.c b/print-atalk.c
index fd75f756..b5d162c7 100644
--- a/print-atalk.c
+++ b/print-atalk.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-atalk.c,v 1.60 2000-10-05 04:10:01 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-atalk.c,v 1.61 2000-10-06 04:23:10 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -34,11 +34,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-#if __STDC__
-struct mbuf;
-struct rtentry;
-#endif
-
#include <netinet/in.h>
#include <stdio.h>
diff --git a/print-atm.c b/print-atm.c
index 43d2d933..2407b480 100644
--- a/print-atm.c
+++ b/print-atm.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-atm.c,v 1.18 2000-09-29 04:58:34 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-atm.c,v 1.19 2000-10-06 04:23:10 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -31,9 +31,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <stdio.h>
diff --git a/print-domain.c b/print-domain.c
index 7bbe1d1a..b42e0921 100644
--- a/print-domain.c
+++ b/print-domain.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.53 2000-10-03 09:13:25 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.54 2000-10-06 04:23:11 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -32,9 +32,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#ifdef NOERROR
diff --git a/print-esp.c b/print-esp.c
index f212b744..9090ffca 100644
--- a/print-esp.c
+++ b/print-esp.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.13 2000-10-03 02:54:58 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.14 2000-10-06 04:23:11 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,8 +36,6 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/socket.h>
-#include <net/route.h>
-
#include <netinet/in.h>
#ifdef HAVE_LIBCRYPTO
diff --git a/print-fddi.c b/print-fddi.c
index 98a492c4..92afbdfa 100644
--- a/print-fddi.c
+++ b/print-fddi.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.45 2000-09-29 04:58:38 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.46 2000-10-06 04:23:11 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -34,9 +34,6 @@ static const char rcsid[] =
#include <sys/file.h>
#include <sys/ioctl.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <ctype.h>
diff --git a/print-ipcomp.c b/print-ipcomp.c
index 39739311..1e8936ff 100644
--- a/print-ipcomp.c
+++ b/print-ipcomp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ipcomp.c,v 1.10 2000-10-03 02:19:06 itojun Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ipcomp.c,v 1.11 2000-10-06 04:23:12 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -34,8 +34,6 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/socket.h>
-#include <net/route.h>
-
#include <netinet/in.h>
#include <stdio.h>
diff --git a/print-isoclns.c b/print-isoclns.c
index a1b56781..f54a26b1 100644
--- a/print-isoclns.c
+++ b/print-isoclns.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.19 2000-09-28 06:43:02 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.20 2000-10-06 04:23:12 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -34,9 +34,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <stdio.h>
diff --git a/print-lcp.c b/print-lcp.c
index 442067b6..06346025 100644
--- a/print-lcp.c
+++ b/print-lcp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
-"@(#) $Header: /tcpdump/master/tcpdump/Attic/print-lcp.c,v 1.8 2000-09-28 06:43:02 guy Exp $ (LBL)";
+"@(#) $Header: /tcpdump/master/tcpdump/Attic/print-lcp.c,v 1.9 2000-10-06 04:23:12 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -32,9 +32,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <stdio.h>
diff --git a/print-ntp.c b/print-ntp.c
index 924b7075..6ae709e8 100644
--- a/print-ntp.c
+++ b/print-ntp.c
@@ -25,7 +25,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.30 2000-09-28 06:43:04 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.31 2000-10-06 04:23:13 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,9 +36,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <ctype.h>
diff --git a/print-pppoe.c b/print-pppoe.c
index 5b846c15..dd8ad24b 100644
--- a/print-pppoe.c
+++ b/print-pppoe.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
-"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.10 2000-10-05 04:10:03 itojun Exp $ (LBL)";
+"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.11 2000-10-06 04:23:13 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -32,9 +32,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <stdio.h>
diff --git a/print-raw.c b/print-raw.c
index a293c3d0..7502394a 100644
--- a/print-raw.c
+++ b/print-raw.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.32 2000-09-29 04:58:47 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.33 2000-10-06 04:23:13 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -34,9 +34,6 @@ static const char rcsid[] =
#include <sys/file.h>
#include <sys/ioctl.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <pcap.h>
@@ -46,10 +43,6 @@ struct rtentry;
#include "addrtoname.h"
#include "interface.h"
-#ifndef AF_NS
-#define AF_NS 6 /* XEROX NS protocols */
-#endif
-
/*
* The DLT_RAW packet has no header. It contains a raw IP packet.
*/
diff --git a/print-token.c b/print-token.c
index 8c5b63a1..156c6109 100644
--- a/print-token.c
+++ b/print-token.c
@@ -25,7 +25,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.7 2000-10-03 04:19:08 itojun Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.8 2000-10-06 04:23:14 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,9 +36,6 @@ static const char rcsid[] =
#include <sys/time.h>
#include <sys/socket.h>
-struct mbuf;
-struct rtentry;
-
#include <netinet/in.h>
#include <pcap.h>