aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-19 02:49:54 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-19 02:49:54 +0000
commita0994d89d8ec360f75b151cace10498bd6e3f5b2 (patch)
treede32274f697986f50de0e3d6268334dec151eb82 /packet-vines.c
parentafc341bb21022c9aefe9fb594d186389b9ef5490 (diff)
Get rid of a no-longer-used table.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8048 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-vines.c')
-rw-r--r--packet-vines.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/packet-vines.c b/packet-vines.c
index dc97d640a3..16a2a44cb8 100644
--- a/packet-vines.c
+++ b/packet-vines.c
@@ -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" },