Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_table.h

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 16 Nov 2000 01:35:44 -0600 (CST)
guy         2000/11/16 01:35:44 CST

  Modified files:
    plugins              plugin_table.h 
  Log:
  Tvbuffify the STP dissector, have it register itself and have the LLC
  dissector call it through a handle, and make it static.
  
  Give "dissect_data()" an "offset" argument, so dissectors can use it to
  dissect part of the packet without having to cook up a new tvbuff.
  
  Go back to using "dissect_data()" to dissect the data in an IPP request.
  
  Revision  Changes    Path
  1.10      +2 -2      ethereal/plugins/plugin_table.h