Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-isakmp.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: Tue, 6 Jul 1999 01:10:36 -0500 (CDT)
guy         1999/07/06 01:10:33 CDT

  Modified files:
    .                    packet-isakmp.c 
  Log:
  "pntohl()" doesn't actually return a "long" (or an "unsigned long"), it
  returns a "guint32", which is an "unsigned int" on all platforms Glib
  supports, so print what it returns with "%u", not "%lu".
  
  Revision  Changes    Path
  1.3       +3 -3      ethereal/packet-isakmp.c