aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-01 21:35:49 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-01 21:35:49 +0000
commite2cb6b3a3b44bcab9e347e233ca6e12505fb1c65 (patch)
treee04ee0cff50b4646c066ac24fd1edb82a182107f /packet-vines.c
parent8775850e3bec7ce73c66e89736c1fee2008c4949 (diff)
From Chris Waters: fix a typo.
svn path=/trunk/; revision=9513
Diffstat (limited to 'packet-vines.c')
-rw-r--r--packet-vines.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-vines.c b/packet-vines.c
index 16a2a44cb8..d8c7e03d53 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.60 2003/07/19 02:49:54 guy Exp $
+ * $Id: packet-vines.c,v 1.61 2004/01/01 21:35:49 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
@@ -463,7 +463,7 @@ proto_register_vines_echo(void)
&ett_vines_echo,
};
- proto_vines_icp = proto_register_protocol(
+ proto_vines_echo = proto_register_protocol(
"Banyan Vines Echo", "Vines Echo", "vines_echo");
proto_register_subtree_array(ett, array_length(ett));
}