diff options
Diffstat (limited to 'packet-vines.c')
-rw-r--r-- | packet-vines.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-vines.c b/packet-vines.c index 239202730e..241fce4bc4 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.31 2001/05/30 07:41:18 guy Exp $ + * $Id: packet-vines.c,v 1.32 2001/06/02 08:15:57 guy Exp $ * * Don Lafontaine <lafont02@cn.ca> * @@ -471,9 +471,8 @@ proto_register_vines_spp(void) } void -proto_register_handoff_vines_spp(void) +proto_reg_handoff_vines_spp(void) { dissector_add("vines.proto", VIP_PROTO_SPP, dissect_vines_spp, proto_vines_spp); } - |