Ethereal-dev: [Ethereal-dev] packet-esis.c update

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: MEYER Laurent <laurent.meyer@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 25 Feb 2003 16:09:32 +0100
    Re-Hello !

    Here is a patch for packet-esis.c, it add the register_dissector
function call. It allows esis dissector
to be called from an other dissector.

    Thanks

Laurent MEYER.
--- /users/meyer/incoming/packet-esis.c	Mon Feb 24 17:12:51 2003
+++ packet-esis.c	Mon Feb 24 17:14:21 2003
@@ -441,5 +441,6 @@
   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);
 }