Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-afp.c packet-afp.h packet-atalk.c pac

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: Fri, 3 May 2002 16:25:45 -0500 (CDT)
guy         2002/05/03 16:25:44 CDT

  Modified files:
    .                    packet-afp.c packet-afp.h packet-atalk.c 
                         packet-dsi.c 
  Log:
  From Didier Gautheron:
  
      afp :
  	more calls.
      asp :
  	move release transaction to atp.
  	dissect asp call.
  	fix a bug with transaction handling (conversation +tid are not
  	enough as key ).
      atp :
  	deal with one packet transaction without ATP_EOM.
      dsi:
  	safeguard against overflow for unreassembled packet.
  	more flags decoded.
  
  Update the "packet-atalk.c" comment to reflect all the protocols in it.
  
  Revision  Changes    Path
  1.14      +55 -21    ethereal/packet-afp.c
  1.4       +3 -4      ethereal/packet-afp.h
  1.70      +532 -47   ethereal/packet-atalk.c
  1.18      +52 -3     ethereal/packet-dsi.c