Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.h proto.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:43 -0600 (CST)
guy         2000/11/16 01:35:43 CST

  Modified files:
    epan                 packet.h proto.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.6       +2 -2      ethereal/epan/packet.h
  1.2       +2 -2      ethereal/epan/proto.h