Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal int-64bit.c int-64bit.h AUTHORS Makefile.am

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 29 Oct 2001 15:13:10 -0600 (CST)
guy         2001/10/29 15:13:09 CST

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake 
                         packet-diameter.c packet-l2tp.c 
                         packet-nfs.c packet-nlm.c packet-rpc.c 
  Added files:
    .                    int-64bit.c int-64bit.h 
  Log:
  From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integers
  without requiring compiler support for them, and updates to the
  Diameter, L2TP, NFS, and NLM dissectors to use it and to the ONC RPC
  dissector to allow ONC RPC subdissectors to use it.
  
  Revision  Changes    Path
  1.345     +4 -0      ethereal/AUTHORS
  1.372     +3 -1      ethereal/Makefile.am
  1.134     +2 -1      ethereal/Makefile.nmake
  1.27      +3 -10     ethereal/packet-diameter.c
  1.27      +8 -12     ethereal/packet-l2tp.c
  1.59      +48 -48    ethereal/packet-nfs.c
  1.21      +13 -5     ethereal/packet-nlm.c
  1.74      +6 -13     ethereal/packet-rpc.c