aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ascend.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-ascend.c')
-rw-r--r--packet-ascend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ascend.c b/packet-ascend.c
index c53239de21..0f14be87a4 100644
--- a/packet-ascend.c
+++ b/packet-ascend.c
@@ -1,7 +1,7 @@
/* packet-ascend.c
* Routines for decoding Lucent/Ascend packet traces
*
- * $Id: packet-ascend.c,v 1.22 2001/01/03 06:55:27 guy Exp $
+ * $Id: packet-ascend.c,v 1.23 2001/01/09 06:31:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -157,5 +157,5 @@ proto_reg_handoff_ascend(void)
*/
eth_handle = find_dissector("eth");
ppp_handle = find_dissector("ppp");
- dissector_add("wtap_encap", WTAP_ENCAP_ASCEND, dissect_ascend);
+ dissector_add("wtap_encap", WTAP_ENCAP_ASCEND, dissect_ascend, proto_ascend);
}