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

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: Wed, 27 Feb 2002 02:57:24 -0600 (CST)
guy         2002/02/27 02:57:24 CST

  Modified files:
    epan                 packet.c proto.c 
  Log:
  From Joerg Mayer: remove unused variables and declarations of
  non-existent functions.
  
  Remove the "filetype" argument from the "can_write_encap" functions for
  particular capture file types - the argument value is implicit, in that
  the routine being called is the routine for that particular file type.
  
  Revision  Changes    Path
  1.65      +1 -2      ethereal/epan/packet.c
  1.54      +1 -3      ethereal/epan/proto.c