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@xxxxxxxxxxxx (Guy Harris)
Date: Sat, 26 Jun 2004 04:48:12 -0500 (CDT)
guy         2004/06/26 04:48:12 CDT

  Modified files:
    .                    crc32.c crc32.h packet-eth.c 
                         packet-ieee80211.c packet-ppp.c 
  Log:
  Use the "crc16.c" CRC-16 routine in the PPP dissector.
  
  Rename the "crc32.c" CRC-32 routine "crc32_ccitt_tvb()", to match the
  "crc16.c" CRC-16 routine, and rename the table it uses to match.  Also
  rename "crc32_tvb_802" to "crc32_802_tvb", to match "crc32_ccitt_tvb()".
  
  Revision  Changes    Path
  1.4       +6 -6      ethereal/crc32.c
  1.4       +4 -5      ethereal/crc32.h
  1.90      +2 -2      ethereal/packet-eth.c
  1.110     +3 -3      ethereal/packet-ieee80211.c
  1.120     +6 -48     ethereal/packet-ppp.c