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

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 26 Oct 2001 12:29:10 -0500 (CDT)
gram        2001/10/26 12:29:10 CDT

  Modified files:
    epan                 proto.c resolv.c tvbuff.c tvbuff.h 
  Log:
  Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,
  there were 2 functions which accepted 'maxlength' == -1, but the function
  prototypes had maxlength as a guint --- fixed.
  
  Revision  Changes    Path
  1.37      +5 -5      ethereal/epan/proto.c
  1.17      +2 -2      ethereal/epan/resolv.c
  1.19      +21 -14    ethereal/epan/tvbuff.c
  1.15      +3 -3      ethereal/epan/tvbuff.h