#
# Auto-regenerate configure script or Makefile when things change.
-# From autoconf.info . Works best with GNU Make.
+# From autoconf-2.13.info . Works best with GNU Make.
#
${srcdir}/configure: configure.in
- cd ${srcdir} && autoconf
+ cd ${srcdir} && autoconf-2.13
-# autoheader might not change config.h.in, so touch a stamp file.
+# autoheader-2.13 might not change config.h.in, so touch a stamp file.
${srcdir}/config.h.in: ${srcdir}/stamp-h.in
${srcdir}/stamp-h.in: configure.in acconfig.h
- cd ${srcdir} && autoheader
+ cd ${srcdir} && autoheader-2.13
echo timestamp > ${srcdir}/stamp-h.in
config.h: stamp-h
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.43 2003-08-06 04:59:48 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.44 2003-10-28 03:16:36 itojun Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
if (decode) {
char *colon, *p;
char espsecret_key[256];
- int len, i;
+ int len;
+ size_t i;
const EVP_CIPHER *evp;
int ivlen = 8;
int authlen = 0;
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.71 2003-06-07 11:57:53 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-icmp6.c,v 1.72 2003-10-28 03:16:36 itojun Exp $";
#endif
#ifdef HAVE_CONFIG_H
static int icmp6_cksum(const struct ip6_hdr *ip6, const struct icmp6_hdr *icp,
int len)
{
- int i;
+ size_t i;
register const u_int16_t *sp;
u_int32_t sum;
union {
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.105 2003-06-07 11:57:54 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.106 2003-10-28 03:16:36 itojun Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
static int tcp6_cksum(const struct ip6_hdr *ip6, const struct tcphdr *tp,
int len)
{
- int i, tlen;
+ size_t i, tlen;
register const u_int16_t *sp;
u_int32_t sum;
union {