Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 18 Jun 2004 19:07:24 -0500 (CDT)
guy         2004/06/18 19:07:24 CDT

  Modified files:
    epan                 packet.h 
  Log:
  Pick up the stuff I did for tcpdump to figure out the right strings to
  use to format 64-bit integers.
  
  Fix the RSVP dissector to use that rather than hardcoding "%ll" in.
  
  Remove the "only if G_HAVE_GINT64 is defined" bit from the discussion of
  64-bit integers - we're too dependent on having them to support
  compilers that don't have a 64-bit integral data type.  Do, however,
  note that neither "long" nor "long long" are acceptable, and also note
  that you shouldn't assume "%ll" does the trick for printing them.
  
  Revision  Changes    Path
  1.74      +9 -1      ethereal/epan/packet.h