Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins Xass-list Xplugin_api.c Xplugin_api.

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: Wed, 24 Sep 2003 13:35:58 -0500 (CDT)
guy         2003/09/24 13:35:58 CDT

  Modified files:
    plugins              Xass-list Xplugin_api.c Xplugin_api.h 
                         Xplugin_api_decls.h Xplugin_table.h 
  Log:
  From Tomas Kukosa:
  
  	Remove the internal packet-per.c functions
  	"dissect_per_length_determinant()" and
  	"dissect_per_normally_small_nonnegative_whole_number()" from the
  	plugin API, as they shouldn't be used outside the PER dissector.
  
  	Remove the H.225/H.245 functions
  	"dissect_h225_TransportAddress()" and
  	"dissect_h245_NonStandardParameter()" from the plugin API until
  	we really need them in plugins.
  
  	Add the string dissector table functions to the plugin API.
  
  Revision  Changes    Path
  1.3       +2 -2      ethereal/plugins/Xass-list
  1.7       +6 -4      ethereal/plugins/Xplugin_api.c
  1.7       +6 -4      ethereal/plugins/Xplugin_api.h
  1.7       +6 -4      ethereal/plugins/Xplugin_api_decls.h
  1.7       +6 -4      ethereal/plugins/Xplugin_table.h