Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins Xepan_plugins.c Xplugin_api.c Xplugi

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2003 13:34:52 -0500 (CDT)
guy         2003/07/31 13:34:52 CDT

  Modified files:
    plugins              Xepan_plugins.c Xplugin_api.c 
                         Xplugin_api.h Xplugin_api_decls.h 
                         Xplugin_table.h plugin_api_list.c 
  Log:
  From Tomas Kukosa: add "find_dissector_table()",
  "dissector_get_port_handle()", "dissector_handle_get_short_name()",
  "dissector_handle_get_protocol_index()", "new_register_dissector()", and
  "new_create_dissector_handle()" to the list of APIs available to
  plugins on platforms where plugins have to call core Ethereal routines
  through pointers.
  
  "extern"alize the remaining routines in "epan/packet.h".
  
  Revision  Changes    Path
  1.2       +6 -0      ethereal/plugins/Xepan_plugins.c
  1.2       +6 -0      ethereal/plugins/Xplugin_api.c
  1.2       +6 -0      ethereal/plugins/Xplugin_api.h
  1.2       +6 -0      ethereal/plugins/Xplugin_api_decls.h
  1.2       +6 -0      ethereal/plugins/Xplugin_table.h
  1.3       +8 -1      ethereal/plugins/plugin_api_list.c