X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/f05470254c5b669c23a7b3384cb7ef103702ddb2..f7b8cfec15da3c75d501a1a85d515d4e747b65be:/print-udp.c diff --git a/print-udp.c b/print-udp.c index 6d6d3941..78a63c2c 100644 --- a/print-udp.c +++ b/print-udp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.124.2.4 2003-11-19 00:17:02 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.124.2.5 2003-11-19 00:19:25 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -318,7 +318,7 @@ static int udp_cksum(register const struct ip *ip, static int udp6_cksum(const struct ip6_hdr *ip6, const struct udphdr *up, u_int len) { - int i; + size_t i; register const u_int16_t *sp; u_int32_t sum; union {