summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ip.h6
-rw-r--r--print-ah.c3
-rw-r--r--print-atalk.c3
-rw-r--r--print-atm.c3
-rw-r--r--print-bgp.c3
-rw-r--r--print-chdlc.c3
-rw-r--r--print-cip.c3
-rw-r--r--print-domain.c3
-rw-r--r--print-dvmrp.c3
-rw-r--r--print-egp.c3
-rw-r--r--print-esp.c3
-rw-r--r--print-ether.c3
-rw-r--r--print-fddi.c3
-rw-r--r--print-frag6.c3
-rw-r--r--print-gre.c3
-rw-r--r--print-icmp.c19
-rw-r--r--print-icmp6.c3
-rw-r--r--print-igrp.c3
-rw-r--r--print-ip.c3
-rw-r--r--print-ip6.c3
-rw-r--r--print-ipcomp.c3
-rw-r--r--print-ipx.c3
-rw-r--r--print-isakmp.c3
-rw-r--r--print-krb.c3
-rw-r--r--print-lane.c3
-rw-r--r--print-mobile.c3
-rw-r--r--print-netbios.c3
-rw-r--r--print-nfs.c3
-rw-r--r--print-null.c3
-rw-r--r--print-ospf.c3
-rw-r--r--print-ospf6.c3
-rw-r--r--print-pim.c3
-rw-r--r--print-ppp.c3
-rw-r--r--print-raw.c3
-rw-r--r--print-rip.c3
-rw-r--r--print-ripng.c3
-rw-r--r--print-rt6.c3
-rw-r--r--print-rx.c3
-rw-r--r--print-sl.c3
-rw-r--r--print-stp.c3
-rw-r--r--print-sunrpc.c3
-rw-r--r--print-tcp.c3
-rw-r--r--print-telnet.c3
-rw-r--r--print-token.c3
-rw-r--r--print-udp.c3
-rw-r--r--print-vjc.c3
-rw-r--r--tcpdump.c3
47 files changed, 57 insertions, 103 deletions
diff --git a/ip.h b/ip.h
index adba2e6c..028e9670 100644
--- a/ip.h
+++ b/ip.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.2 2000-09-24 07:40:45 guy Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ip.h,v 1.3 2000-09-29 04:58:33 guy Exp $ (LBL) */
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
@@ -159,10 +159,10 @@ struct ip_timestamp {
ipt_flg:4; /* flags, see below */
#endif
union ipt_timestamp {
- n_long ipt_time[1];
+ u_int32_t ipt_time[1];
struct ipt_ta {
struct in_addr ipt_addr;
- n_long ipt_time;
+ u_int32_t ipt_time;
} ipt_ta[1];
} ipt_timestamp;
};
diff --git a/print-ah.c b/print-ah.c
index a4238899..b7b8f284 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.9 2000-09-28 06:42:55 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.10 2000-09-29 04:58:33 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -38,7 +38,6 @@ static const char rcsid[] =
#include <net/route.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
diff --git a/print-atalk.c b/print-atalk.c
index 586b390a..94766961 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.58 2000-09-28 06:42:55 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-atalk.c,v 1.59 2000-09-29 04:58:34 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -40,7 +40,6 @@ struct rtentry;
#endif
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/print-atm.c b/print-atm.c
index 6e1a4e0d..43d2d933 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.17 2000-09-28 06:42:55 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-atm.c,v 1.18 2000-09-29 04:58:34 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <pcap.h>
diff --git a/print-bgp.c b/print-bgp.c
index 8d6bbe82..6675544b 100644
--- a/print-bgp.c
+++ b/print-bgp.c
@@ -33,7 +33,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-bgp.c,v 1.16 2000-09-24 07:48:19 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-bgp.c,v 1.17 2000-09-29 04:58:34 guy Exp $";
#endif
#include <sys/param.h>
@@ -42,7 +42,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <errno.h>
#include <stdio.h>
diff --git a/print-chdlc.c b/print-chdlc.c
index 84b7c992..394b51e4 100644
--- a/print-chdlc.c
+++ b/print-chdlc.c
@@ -22,7 +22,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.8 2000-09-28 06:42:56 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.9 2000-09-29 04:58:35 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -39,7 +39,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <ctype.h>
#include <netdb.h>
diff --git a/print-cip.c b/print-cip.c
index 69c1c3e8..248fb5e4 100644
--- a/print-cip.c
+++ b/print-cip.c
@@ -22,7 +22,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.8 2000-09-28 06:42:57 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-cip.c,v 1.9 2000-09-29 04:58:35 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ static const char rcsid[] =
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <pcap.h>
diff --git a/print-domain.c b/print-domain.c
index 8065454c..168c2948 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.51 2000-09-28 06:42:58 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-domain.c,v 1.52 2000-09-29 04:58:35 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#ifdef NOERROR
#undef NOERROR /* Solaris sucks */
diff --git a/print-dvmrp.c b/print-dvmrp.c
index 88da1e17..534288eb 100644
--- a/print-dvmrp.c
+++ b/print-dvmrp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-dvmrp.c,v 1.19 2000-09-23 08:54:27 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-dvmrp.c,v 1.20 2000-09-29 04:58:36 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,7 +33,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <string.h>
diff --git a/print-egp.c b/print-egp.c
index ca14f989..9a148374 100644
--- a/print-egp.c
+++ b/print-egp.c
@@ -20,7 +20,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-egp.c,v 1.25 2000-09-23 08:54:27 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-egp.c,v 1.26 2000-09-29 04:58:36 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,7 +33,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netdb.h>
#include <stdio.h>
diff --git a/print-esp.c b/print-esp.c
index 5035746e..cf5f05e4 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.10 2000-09-28 06:42:58 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.11 2000-09-29 04:58:37 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -39,7 +39,6 @@ static const char rcsid[] =
#include <net/route.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#ifdef HAVE_LIBCRYPTO
#include <des.h>
diff --git a/print-ether.c b/print-ether.c
index f3c7ae62..0b2023c8 100644
--- a/print-ether.c
+++ b/print-ether.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.55 2000-09-28 06:42:59 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ether.c,v 1.56 2000-09-29 04:58:38 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <pcap.h>
diff --git a/print-fddi.c b/print-fddi.c
index 50358110..98a492c4 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.44 2000-09-28 06:42:59 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-fddi.c,v 1.45 2000-09-29 04:58:38 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -38,7 +38,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <ctype.h>
#include <netdb.h>
diff --git a/print-frag6.c b/print-frag6.c
index cc057ba7..7b4f3153 100644
--- a/print-frag6.c
+++ b/print-frag6.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-frag6.c,v 1.9 2000-09-28 06:42:59 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-frag6.c,v 1.10 2000-09-29 04:58:39 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -37,7 +37,6 @@ static const char rcsid[] =
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
diff --git a/print-gre.c b/print-gre.c
index a97259e7..1076c7fd 100644
--- a/print-gre.c
+++ b/print-gre.c
@@ -24,7 +24,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.7 2000-09-23 08:54:29 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.8 2000-09-29 04:58:39 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -37,7 +37,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netdb.h>
#include <stdio.h>
diff --git a/print-icmp.c b/print-icmp.c
index 4c1545f6..665d2a0c 100644
--- a/print-icmp.c
+++ b/print-icmp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.52 2000-09-28 06:43:00 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-icmp.c,v 1.53 2000-09-29 04:58:39 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <string.h>
@@ -64,15 +63,15 @@ struct icmp {
u_char ih_pptr; /* ICMP_PARAMPROB */
struct in_addr ih_gwaddr; /* ICMP_REDIRECT */
struct ih_idseq {
- n_short icd_id;
- n_short icd_seq;
+ u_short icd_id;
+ u_short icd_seq;
} ih_idseq;
int ih_void;
/* ICMP_UNREACH_NEEDFRAG -- Path MTU Discovery (RFC1191) */
struct ih_pmtu {
- n_short ipm_void;
- n_short ipm_nextmtu;
+ u_short ipm_void;
+ u_short ipm_nextmtu;
} ih_pmtu;
} icmp_hun;
#define icmp_pptr icmp_hun.ih_pptr
@@ -84,9 +83,9 @@ struct icmp {
#define icmp_nextmtu icmp_hun.ih_pmtu.ipm_nextmtu
union {
struct id_ts {
- n_time its_otime;
- n_time its_rtime;
- n_time its_ttime;
+ u_int its_otime;
+ u_int its_rtime;
+ u_int its_ttime;
} id_ts;
struct id_ip {
struct ip idi_ip;
@@ -112,7 +111,7 @@ struct icmp {
* ip header length.
*/
#define ICMP_MINLEN 8 /* abs minimum */
-#define ICMP_TSLEN (8 + 3 * sizeof (n_time)) /* timestamp */
+#define ICMP_TSLEN (8 + 3 * sizeof (u_int)) /* timestamp */
#define ICMP_MASKLEN 12 /* address mask */
#define ICMP_ADVLENMIN (8 + sizeof (struct ip) + 8) /* min */
#define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
diff --git a/print-icmp6.c b/print-icmp6.c
index 8f4fd467..d306e61e 100644
--- a/print-icmp6.c
+++ b/print-icmp6.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.26 2000-09-28 11:27:35 itojun Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.27 2000-09-29 04:58:40 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -39,7 +39,6 @@ static const char rcsid[] =
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <arpa/inet.h>
diff --git a/print-igrp.c b/print-igrp.c
index 0d4473b9..be87dba2 100644
--- a/print-igrp.c
+++ b/print-igrp.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-igrp.c,v 1.14 2000-09-23 08:54:30 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-igrp.c,v 1.15 2000-09-29 04:58:40 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <errno.h>
#include <stdio.h>
diff --git a/print-ip.c b/print-ip.c
index 86686d22..6500767b 100644
--- a/print-ip.c
+++ b/print-ip.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.87 2000-09-23 08:54:31 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.88 2000-09-29 04:58:40 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,7 +33,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/print-ip6.c b/print-ip6.c
index 0ac8e7f7..b8c9ccfd 100644
--- a/print-ip6.c
+++ b/print-ip6.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ip6.c,v 1.11 2000-09-23 08:54:31 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ip6.c,v 1.12 2000-09-29 04:58:41 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/print-ipcomp.c b/print-ipcomp.c
index b185a09c..90ac50b4 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.8 2000-09-28 06:43:01 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ipcomp.c,v 1.9 2000-09-29 04:58:41 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -37,7 +37,6 @@ static const char rcsid[] =
#include <net/route.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
diff --git a/print-ipx.c b/print-ipx.c
index 4372ce98..56d554c5 100644
--- a/print-ipx.c
+++ b/print-ipx.c
@@ -24,7 +24,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ipx.c,v 1.26 2000-09-23 08:54:33 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ipx.c,v 1.27 2000-09-29 04:58:41 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/print-isakmp.c b/print-isakmp.c
index 44ad1b31..90c80268 100644
--- a/print-isakmp.c
+++ b/print-isakmp.c
@@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.20 2000-09-28 06:43:01 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.21 2000-09-29 04:58:42 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -47,7 +47,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#ifdef INET6
#include <netinet/ip6.h>
diff --git a/print-krb.c b/print-krb.c
index 15d596da..d2025abd 100644
--- a/print-krb.c
+++ b/print-krb.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-krb.c,v 1.14 2000-09-23 08:54:34 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-krb.c,v 1.15 2000-09-29 04:58:42 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <ctype.h>
#include <errno.h>
diff --git a/print-lane.c b/print-lane.c
index 0cbab331..50103140 100644
--- a/print-lane.c
+++ b/print-lane.c
@@ -22,7 +22,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.8 2000-09-28 06:43:02 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-lane.c,v 1.9 2000-09-29 04:58:43 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ static const char rcsid[] =
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <pcap.h>
diff --git a/print-mobile.c b/print-mobile.c
index 561e048f..61582b68 100644
--- a/print-mobile.c
+++ b/print-mobile.c
@@ -42,7 +42,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.4 2000-09-23 08:54:34 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.5 2000-09-29 04:58:43 guy Exp $";
#endif
#include <sys/param.h>
@@ -51,7 +51,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netdb.h>
#include <stdio.h>
diff --git a/print-netbios.c b/print-netbios.c
index 56e2b42c..81222640 100644
--- a/print-netbios.c
+++ b/print-netbios.c
@@ -24,7 +24,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.16 2000-09-23 08:54:35 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-netbios.c,v 1.17 2000-09-29 04:58:43 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/print-nfs.c b/print-nfs.c
index ad1cbb32..8beac1d6 100644
--- a/print-nfs.c
+++ b/print-nfs.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.84 2000-09-28 06:43:03 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.85 2000-09-29 04:58:44 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#ifdef INET6
#include <netinet/ip6.h>
#endif
diff --git a/print-null.c b/print-null.c
index d4750c43..d4affbbf 100644
--- a/print-null.c
+++ b/print-null.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.35 2000-09-28 06:43:05 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.36 2000-09-29 04:58:44 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -38,7 +38,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <pcap.h>
#include <stdio.h>
diff --git a/print-ospf.c b/print-ospf.c
index c929e57e..3d67cb3e 100644
--- a/print-ospf.c
+++ b/print-ospf.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ospf.c,v 1.28 2000-09-23 08:54:36 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ospf.c,v 1.29 2000-09-29 04:58:45 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <ctype.h>
#include <stdio.h>
diff --git a/print-ospf6.c b/print-ospf6.c
index e5944b85..083b2a1d 100644
--- a/print-ospf6.c
+++ b/print-ospf6.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ospf6.c,v 1.5 2000-09-23 08:54:36 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ospf6.c,v 1.6 2000-09-29 04:58:45 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <ctype.h>
#include <stdio.h>
diff --git a/print-pim.c b/print-pim.c
index 2097c90b..358c7674 100644
--- a/print-pim.c
+++ b/print-pim.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-pim.c,v 1.21 2000-09-23 08:54:37 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-pim.c,v 1.22 2000-09-29 04:58:45 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,7 +33,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
/*
* XXX: We consider a case where IPv6 is not ready yet for portability,
diff --git a/print-ppp.c b/print-ppp.c
index 1a1e6548..a4beb5f7 100644
--- a/print-ppp.c
+++ b/print-ppp.c
@@ -31,7 +31,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.49 2000-09-28 06:43:05 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.50 2000-09-29 04:58:46 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -48,7 +48,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <ctype.h>
#include <netdb.h>
diff --git a/print-raw.c b/print-raw.c
index 20dbc239..a293c3d0 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.31 2000-09-28 06:43:06 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-raw.c,v 1.32 2000-09-29 04:58:47 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -38,7 +38,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <pcap.h>
#include <stdio.h>
diff --git a/print-rip.c b/print-rip.c
index 3aca40be..5894eba1 100644
--- a/print-rip.c
+++ b/print-rip.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-rip.c,v 1.45 2000-09-24 07:59:35 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-rip.c,v 1.46 2000-09-29 04:58:47 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,7 +33,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <ctype.h>
diff --git a/print-ripng.c b/print-ripng.c
index d38ce82b..c5147911 100644
--- a/print-ripng.c
+++ b/print-ripng.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ripng.c,v 1.5 2000-09-23 08:54:38 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ripng.c,v 1.6 2000-09-29 04:58:47 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <errno.h>
#include <stdio.h>
diff --git a/print-rt6.c b/print-rt6.c
index b4e2525d..4ee3a3bf 100644
--- a/print-rt6.c
+++ b/print-rt6.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.13 2000-09-28 06:43:07 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.14 2000-09-29 04:58:48 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -37,7 +37,6 @@ static const char rcsid[] =
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
diff --git a/print-rx.c b/print-rx.c
index cb240ceb..8345612c 100644
--- a/print-rx.c
+++ b/print-rx.c
@@ -13,7 +13,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.17 2000-09-24 07:44:33 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.18 2000-09-29 04:58:48 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -28,7 +28,6 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <arpa/inet.h>
#include "interface.h"
diff --git a/print-sl.c b/print-sl.c
index f714b450..aa6bfa9d 100644
--- a/print-sl.c
+++ b/print-sl.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-sl.c,v 1.51 2000-09-28 06:43:08 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-sl.c,v 1.52 2000-09-29 04:58:50 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -41,7 +41,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <ctype.h>
#include <netdb.h>
diff --git a/print-stp.c b/print-stp.c
index c28b4f9a..eed55ef1 100644
--- a/print-stp.c
+++ b/print-stp.c
@@ -11,7 +11,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.5 2000-09-23 08:54:41 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.6 2000-09-29 04:58:50 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -23,7 +23,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/print-sunrpc.c b/print-sunrpc.c
index c6c05830..3f6c68b2 100644
--- a/print-sunrpc.c
+++ b/print-sunrpc.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.36 2000-09-28 06:43:08 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-sunrpc.c,v 1.37 2000-09-29 04:58:50 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -36,7 +36,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#ifdef INET6
#include <netinet/ip6.h>
#endif
diff --git a/print-tcp.c b/print-tcp.c
index b7773df2..441c44d8 100644
--- a/print-tcp.c
+++ b/print-tcp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.74 2000-09-23 08:54:41 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.75 2000-09-29 04:58:51 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -34,7 +34,6 @@ static const char rcsid[] =
#include <rpc/rpc.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/print-telnet.c b/print-telnet.c
index 635dd230..67aa666e 100644
--- a/print-telnet.c
+++ b/print-telnet.c
@@ -51,7 +51,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.11 2000-09-23 08:54:42 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-telnet.c,v 1.12 2000-09-29 04:58:51 guy Exp $";
#endif
#include <sys/param.h>
@@ -60,7 +60,6 @@ static const char rcsid[] =
#include <ctype.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#define TELCMDS
#define TELOPTS
diff --git a/print-token.c b/print-token.c
index d634c673..0c076d8e 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.5 2000-09-28 06:43:08 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.6 2000-09-29 04:58:52 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
@@ -40,7 +40,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <pcap.h>
#include <stdio.h>
diff --git a/print-udp.c b/print-udp.c
index 911a980e..c2fcad7f 100644
--- a/print-udp.c
+++ b/print-udp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.79 2000-09-23 08:54:42 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.80 2000-09-29 04:58:52 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -33,7 +33,6 @@ static const char rcsid[] =
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#ifdef SEGSIZE
#undef SEGSIZE
diff --git a/print-vjc.c b/print-vjc.c
index 70b5e494..d307d900 100644
--- a/print-vjc.c
+++ b/print-vjc.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.7 2000-09-28 06:43:09 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-vjc.c,v 1.8 2000-09-29 04:58:52 guy Exp $ (LBL)";
#endif
#include <sys/param.h>
@@ -40,7 +40,6 @@ struct mbuf;
struct rtentry;
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <ctype.h>
#include <netdb.h>
diff --git a/tcpdump.c b/tcpdump.c
index b68699ba..b2f19729 100644
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -24,7 +24,7 @@ static const char copyright[] =
"@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997\n\
The Regents of the University of California. All rights reserved.\n";
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.153 2000-09-23 08:54:44 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.154 2000-09-29 04:58:53 guy Exp $ (LBL)";
#endif
/*
@@ -52,7 +52,6 @@ static const char rcsid[] =
#include <unistd.h>
#include <ctype.h>
-#include <netinet/in_systm.h>
#include "interface.h"
#include "addrtoname.h"