aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tns.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-tns.c')
-rw-r--r--packet-tns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-tns.c b/packet-tns.c
index 4e7159b9f9..e0bd7da91f 100644
--- a/packet-tns.c
+++ b/packet-tns.c
@@ -1,7 +1,7 @@
/* packet-tns.c
* Routines for MSX tns packet dissection
*
- * $Id: packet-tns.c,v 1.11 2001/01/03 06:55:34 guy Exp $
+ * $Id: packet-tns.c,v 1.12 2001/01/09 06:31:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -351,5 +351,5 @@ void proto_register_tns(void)
void
proto_reg_handoff_tns(void)
{
- old_dissector_add("tcp.port", TCP_PORT_TNS, dissect_tns);
+ old_dissector_add("tcp.port", TCP_PORT_TNS, dissect_tns, proto_tns);
}