Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet.h tvbuff.c tvbuff.h

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, 10 Aug 2000 02:58:53 -0500 (CDT)
guy         2000/08/10 02:58:49 CDT

  Modified files:
    .                    packet.h tvbuff.c tvbuff.h 
  Log:
  If G_HAVE_GINT64 is defined, so that we can use "gint64" and "guint64"
  to refer to 64-bit integral quantities, add "pntohll()" and "phtonll()"
  macros, and "tvb_get_ntohll()" and "tvb_get_letohll()" routines, for
  fetching 64-bit integral quantities.
  
  (They're still a pain to *print*, as there's no standard "printf" format
  code for them - some systems use "%ll[dox]", some use "%q[dox]", and I
  think some use formats different from all of them.)
  
  Revision  Changes    Path
  1.192     +43 -18    ethereal/packet.h
  1.6       +80 -30    ethereal/tvbuff.c
  1.6       +9 -3      ethereal/tvbuff.h