Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan plugins.c

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

  Modified files:
    epan                 plugins.c 
  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.77      +1 -3      ethereal/epan/plugins.c