summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-ospf.c
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2000-04-26 21:35:36 +0000
committerjakob <jakob@openbsd.org>2000-04-26 21:35:36 +0000
commitedd7aa8f67df825a965c4ef6f0e226f29443ab4c (patch)
treea2ae67108629743ed0713cf19ec6c5c80a139c8c /usr.sbin/tcpdump/print-ospf.c
parentremove debug (diff)
downloadwireguard-openbsd-edd7aa8f67df825a965c4ef6f0e226f29443ab4c.tar.xz
wireguard-openbsd-edd7aa8f67df825a965c4ef6f0e226f29443ab4c.zip
INET6
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
Diffstat (limited to 'usr.sbin/tcpdump/print-ospf.c')
-rw-r--r--usr.sbin/tcpdump/print-ospf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/print-ospf.c b/usr.sbin/tcpdump/print-ospf.c
index 0a82918be0c..a2cdf07a0e0 100644
--- a/usr.sbin/tcpdump/print-ospf.c
+++ b/usr.sbin/tcpdump/print-ospf.c
@@ -23,7 +23,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ospf.c,v 1.6 1999/07/28 20:41:36 jakob Exp $ (LBL)";
+ "@(#) $Header: /home/cvs/src/usr.sbin/tcpdump/print-ospf.c,v 1.7 2000/04/26 21:35:42 jakob Exp $ (LBL)";
#endif
#include <sys/param.h>
@@ -507,9 +507,11 @@ ospf_print(register const u_char *bp, register u_int length,
op = (struct ospfhdr *)bp;
ip = (struct ip *)bp2;
/* Print the source and destination address */
+#if 0
(void) printf("%s > %s:",
ipaddr_string(&ip->ip_src),
ipaddr_string(&ip->ip_dst));
+#endif
/* XXX Before we do anything else, strip off the MD5 trailer */
TCHECK(op->ospf_authtype);