Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c packet.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: Sat, 16 Feb 2002 18:51:22 -0600 (CST)
guy         2002/02/16 18:51:22 CST

  Modified files:
    epan                 packet.c packet.h 
  Log:
  With the tvbuffication of all dissectors, the "packet_info" structure no
  longer contains length fields, so there's no need to pass a "packet_info
  *" argument to "set_actual_length()".
  
  Revision  Changes    Path
  1.59      +4 -4      ethereal/epan/packet.c
  1.51      +4 -7      ethereal/epan/packet.h