#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-lwres.c,v 1.3 2001-02-02 19:13:42 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-lwres.c,v 1.4 2001-02-09 05:16:48 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
const char *s;
int response;
int advance;
- int unsupported;
+ int unsupported = 0;
np = (const struct lwres_lwpacket *)bp;
TCHECK(np->authlength);
}
response = ntohs(np->pktflags) & LWRES_LWPACKETFLAG_RESPONSE;
- unsupported = 0;
/* opcode and pktflags */
v = (u_int32_t)ntohl(np->opcode);