"unsigned long int", or if this is Windows with Microsoft's C compiler.
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.40 2008-05-12 18:16:42 guy Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.41 2008-07-01 07:40:39 guy Exp $";
#endif
#ifdef HAVE_CONFIG_H
TCHECK2(bp[0], sizeof(u_int64_t)); \
i = EXTRACT_64BITS(bp); \
bp += sizeof(u_int64_t); \
- printf(" %llu", i); \
+ printf(" " PRIu64, i); \
}
#define DATEOUT() { time_t t; struct tm *tm; char str[256]; \