Get rid of a no-longer-used table.

svn path=/trunk/; revision=8048
This commit is contained in:
Guy Harris 2003-07-19 02:49:54 +00:00
parent 9fcb7601ee
commit 37f5379f27
1 changed files with 1 additions and 9 deletions

View File

@ -1,7 +1,7 @@
/* packet-vines.c
* Routines for Banyan VINES protocol packet disassembly
*
* $Id: packet-vines.c,v 1.59 2003/06/30 21:30:54 guy Exp $
* $Id: packet-vines.c,v 1.60 2003/07/19 02:49:54 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
@ -1018,14 +1018,6 @@ static const value_string vines_rtp_controller_type_vals[] = {
{ 0, NULL }
};
static const value_string vines_rtp_compatibility_flags_vals[] = {
{ 0x00, "Same Revision" },
{ 0x01, "Version Mismatch" },
{ 0x02, "Old Neighbors" },
{ 0x03, "Automatic" },
{ 0, NULL }
};
static const value_string vines_rtp_info_type_vals[] = {
{ 0x00, "Update" },
{ 0x01, "Update" },