#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.113 2002-09-05 21:25:41 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.114 2002-10-03 16:00:34 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
break;
#endif /*INET6*/
+#ifndef IPPROTO_RSVP
+#define IPPROTO_RSVP 46
+#endif
+ case IPPROTO_RSVP:
+ rsvp_print(cp, len);
+ break;
#ifndef IPPROTO_GRE
#define IPPROTO_GRE 47
}
+