]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-udp.c
Put the when-printing and when-saving-to-a-file descriptions of "-v"
[tcpdump] / print-udp.c
index 1e620313fbd44743da3a7751f59c2bdb12c067c5..27441c25eae16a69eb87f2d09494e862b0b59905 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.128 2003-11-19 00:17:33 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.129 2003-11-19 00:19:56 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 {