the flags and the payload if we're printing the payload.
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.40 2003-12-20 09:58:10 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-isakmp.c,v 1.41 2003-12-20 10:03:19 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
printf("[%s%s]", base.flags & ISAKMP_FLAG_E ? "E" : "",
base.flags & ISAKMP_FLAG_C ? "C" : "");
}
- printf(":");
if (vflag) {
const struct isakmp_gen *ext;
goto done; \
}
+ printf(":");
+
/* regardless of phase... */
if (base.flags & ISAKMP_FLAG_E) {
/*