X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/68ed33e9956a5398232b9ae4055aa365b10996a3..f72fe0d0de6eb91663b005b7d061ecebb555d667:/print-ip.c diff --git a/print-ip.c b/print-ip.c index b03fa512..c24f5d52 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.103 2002-05-29 03:09:48 mcr Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.104 2002-05-29 09:47:04 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -549,7 +549,7 @@ again: if (sum != 0) { (void)printf("%sbad cksum %x (->%x)!", sep, ntohs(ip->ip_sum), - nthos(ip->ip_sum)-sum); + ntohs(ip->ip_sum)-sum); sep = ", "; } }