Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/gryphon packet-gryphon.c packet-gryp

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

Date Prev · Date Next · Thread Prev · Thread Next
From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 1 May 2002 00:24:45 -0500 (CDT)
guy         2002/05/01 00:24:44 CDT

  Modified files:
    plugins/gryphon      packet-gryphon.c packet-gryphon.h 
  Log:
  Add desegmentation support.
  
  As a result of that, we now construct a tvbuff for each Gryphon message;
  this obviates the need to pass a message length to the dissectors for
  each message type.
  
  Revision  Changes    Path
  1.29      +289 -152  ethereal/plugins/gryphon/packet-gryphon.c
  1.4       +3 -3      ethereal/plugins/gryphon/packet-gryphon.h