#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.9 2005-04-20 12:41:45 hannes Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.11 2005-04-25 18:53:27 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
enum {
DEFAULT,
- LS_COOKIE,
+ LS_COOKIE
};
struct juniper_cookie_table_t {
u_int32_t pictype; /* pic type */
u_int8_t cookie_len; /* cookie len */
- const u_int8_t *s; /* pic name */
+ const char *s; /* pic name */
};
static struct juniper_cookie_table_t juniper_cookie_table[] = {