summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packet-esis.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-esis.c b/packet-esis.c
index ce9a5596da..eda2b05585 100644
--- a/packet-esis.c
+++ b/packet-esis.c
@@ -2,7 +2,7 @@
* Routines for ISO/OSI End System to Intermediate System
* Routing Exchange Protocol ISO 9542.
*
- * $Id: packet-esis.c,v 1.27 2002/08/28 21:00:13 jmayer Exp $
+ * $Id: packet-esis.c,v 1.28 2003/02/25 19:07:07 guy Exp $
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Ethereal - Network traffic analyzer
@@ -441,5 +441,6 @@ proto_reg_handoff_esis(void)
dissector_handle_t esis_handle;
esis_handle = create_dissector_handle(dissect_esis, proto_esis);
+ register_dissector("esis", dissect_esis, proto_esis);
dissector_add("osinl", NLPID_ISO9542_ESIS, esis_handle);
}