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: Thu, 8 Jul 1999 01:03:25 -0500 (CDT)
guy         1999/07/08 01:03:23 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.5       +3 -3      ethereal/packet-isakmp.c