Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal acinclude.m4 config.h.win32 configure.in pac

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:23 -0500 (CDT)
guy         2004/06/18 19:07:23 CDT

  Modified files:
    .                    acinclude.m4 config.h.win32 configure.in 
                         packet-rsvp.c 
  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.77      +43 -1     ethereal/acinclude.m4
  1.46      +40 -1     ethereal/config.h.win32
  1.267     +59 -1     ethereal/configure.in
  1.90      +2 -2      ethereal/packet-rsvp.c