diff options
Diffstat (limited to 'packet-esis.c')
-rw-r--r-- | packet-esis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-esis.c b/packet-esis.c index 90f562663f..aac7aa3291 100644 --- a/packet-esis.c +++ b/packet-esis.c @@ -2,7 +2,7 @@ * Routines for ISO/OSI End System to Intermediate System * Routeing Exchange Protocol ISO 9542. * - * $Id: packet-esis.c,v 1.4 2000/05/31 05:07:02 guy Exp $ + * $Id: packet-esis.c,v 1.5 2000/08/07 03:20:31 guy Exp $ * Ralf Schneider <Ralf.Schneider@t-online.de> * * Ethereal - Network traffic analyzer @@ -440,5 +440,5 @@ proto_register_esis(void) { void proto_reg_handoff_esis(void) { - dissector_add("osinl", NLPID_ISO9542_ESIS, dissect_esis); + old_dissector_add("osinl", NLPID_ISO9542_ESIS, dissect_esis); } |