Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-diameter.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: Sat, 4 Aug 2001 14:50:34 -0500 (CDT)
guy         2001/08/04 14:50:34 CDT

  Modified files:
    .                    packet-diameter.c 
  Log:
  Don't cast "data" to "unsigned long long"; "long long" - or whatever
  data type "gint64" really is - should be sufficiient for a %llx format,
  and not all compilers that support 64-bit data types have "long long".
  
  Revision  Changes    Path
  1.26      +2 -2      ethereal/packet-diameter.c