-/* @(#) $Header: /tcpdump/master/tcpdump/bgp.h,v 1.1 2004-06-12 08:17:51 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/bgp.h,v 1.2 2004-06-12 08:52:22 hannes Exp $ (LBL) */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1) source code
*/
extern char *bgp_vpn_rd_print (const u_char *);
+extern struct tok bgp_l2vpn_encaps_values[];
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/print-bgp.c,v 1.85 2004-06-12 08:17:50 hannes Exp $";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-bgp.c,v 1.86 2004-06-12 08:52:21 hannes Exp $";
#endif
#include <tcpdump-stdinc.h>
{ 0, NULL },
};
-static struct tok bgp_l2vpn_encaps_values[] = {
+struct tok bgp_l2vpn_encaps_values[] = {
{ 0, "Reserved"},
{ 1, "Frame Relay"},
{ 2, "ATM AAL5 VCC transport"},