Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/mgcp packet-mgcp.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: Thu, 6 Mar 2003 13:15:10 -0600 (CST)
guy         2003/03/06 13:15:09 CST

  Modified files:
    plugins/mgcp         packet-mgcp.c 
  Log:
  "transid" values are guint32's, and should be printed with "%u" (on
  most, if not all, platforms on which Ethereal runs, a guint32 is an
  "unsigned int", not an "unsigned long", and on platforms where an
  "unsigned long" is 64 bits, "%ld" is definitely wrong - and so is
  "%lu").
  
  Revision  Changes    Path
  1.37      +4 -3      ethereal/plugins/mgcp/packet-mgcp.c