Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal crc32.c crc32.h packet-eth.c packet-ieee8021

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 26 Aug 2003 01:18:19 -0500 (CDT)
guy         2003/08/26 01:18:19 CDT

  Modified files:
    .                    crc32.c crc32.h packet-eth.c 
                         packet-ieee80211.c packet-ppp.c 
  Log:
  Make the CRC-32 routines take a tvbuff and a length as arguments.
  
  Rename "crc32()" so as not to collide with the one in zlib; rename
  "crc32_802()" to match.
  
  Revision  Changes    Path
  1.3       +6 -4      ethereal/crc32.c
  1.3       +3 -3      ethereal/crc32.h
  1.86      +2 -3      ethereal/packet-eth.c
  1.95      +2 -2      ethereal/packet-ieee80211.c
  1.116     +2 -2      ethereal/packet-ppp.c