diff options
author | 2002-09-18 08:51:17 +0000 | |
---|---|---|
committer | 2002-09-18 08:51:17 +0000 | |
commit | a6751ae82a016301380906f19d0717df450d6ba4 (patch) | |
tree | 152da468820292311aa5c9b07371a3107c3968e2 /usr.sbin/tcpdump/print-ip.c | |
parent | mad typo, only null can take it (diff) | |
download | wireguard-openbsd-a6751ae82a016301380906f19d0717df450d6ba4.tar.xz wireguard-openbsd-a6751ae82a016301380906f19d0717df450d6ba4.zip |
remove egp support; unresolved non-bsd license for a decoder of protocol that
noone uses anymore is not worth the amount of work needed to be resolved.
Diffstat (limited to 'usr.sbin/tcpdump/print-ip.c')
-rw-r--r-- | usr.sbin/tcpdump/print-ip.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/tcpdump/print-ip.c b/usr.sbin/tcpdump/print-ip.c index 3f1f975b1a8..6d288228c88 100644 --- a/usr.sbin/tcpdump/print-ip.c +++ b/usr.sbin/tcpdump/print-ip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-ip.c,v 1.16 2002/04/10 10:22:59 deraadt Exp $ */ +/* $OpenBSD: print-ip.c,v 1.17 2002/09/18 08:51:17 jakob Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ip.c,v 1.16 2002/04/10 10:22:59 deraadt Exp $ (LBL)"; + "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ip.c,v 1.17 2002/09/18 08:51:17 jakob Exp $ (LBL)"; #endif #include <sys/param.h> @@ -439,10 +439,6 @@ ip_print(register const u_char *bp, register u_int length) (void)printf(" nd %d", len); break; - case IPPROTO_EGP: - egp_print(cp, len, (const u_char *)ip); - break; - #ifndef IPPROTO_OSPF #define IPPROTO_OSPF 89 #endif |