Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal 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@xxxxxxxxxxxx>
Date: Fri, 30 Jul 1999 21:15:17 -0500 (CDT)
guy         1999/07/30 21:15:14 CDT

  Modified files:
    .                    proto.c 
  Log:
  Print FT_UINT{8,16,32} values with "%u", not "%d", as they're unsigned
  values (for example, a sequence number in a TCP header should be printed
  as an unsigned value; I have a trace in which the uppermost bit of the
  sequence number is set...).  If we need to be able to handle signed
  values, add FT_INT{8,16,32} types.
  
  Revision  Changes    Path
  1.6       +2 -2      ethereal/proto.c