aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-vtp.c')
-rw-r--r--packet-vtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-vtp.c b/packet-vtp.c
index 1903f3ada8..9402cb5b9b 100644
--- a/packet-vtp.c
+++ b/packet-vtp.c
@@ -1,7 +1,7 @@
/* packet-vtp.c
* Routines for the disassembly of Cisco's Virtual Trunking Protocol
*
- * $Id: packet-vtp.c,v 1.9 2001/01/03 06:55:34 guy Exp $
+ * $Id: packet-vtp.c,v 1.10 2001/01/09 06:31:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -702,5 +702,5 @@ proto_register_vtp(void)
void
proto_reg_handoff_vtp(void)
{
- dissector_add("llc.cisco_pid", 0x2003, dissect_vtp);
+ dissector_add("llc.cisco_pid", 0x2003, dissect_vtp, proto_vtp);
}