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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Wed, 24 Dec 2003 05:07:03 -0600 (CST)
guy         2003/12/24 05:07:03 CST

  Modified files:
    epan                 proto.c 
  Log:
  Let FT_PROTOCOL fields, if the length specified is -1, have a length of
  0 - now that "tvb_ensure_length_remaining()" ensures that there's at
  least one byte of data, we should use "tvb_length_remaining()" for
  FT_PROTOCOL fields.
  
  Revision  Changes    Path
  1.127     +4 -1      ethereal/epan/proto.c