Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal crc32.c crc32.h Makefile.am Makefile.nmake p

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 00:09:57 -0500 (CDT)
guy         2003/08/26 00:09:57 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake packet-eth.c 
                         packet-ieee80211.c 
  Added files:
    .                    crc32.c crc32.h 
  Log:
  Extract the CRC-32 code from the 802.11 dissector into a separate file,
  and use it in the Ethernet dissector as well, to check the FCS in
  Ethernet frames, if present.
  
  Revision  Changes    Path
  1.613     +3 -1      ethereal/Makefile.am
  1.326     +2 -1      ethereal/Makefile.nmake
  1.84      +14 -4     ethereal/packet-eth.c
  1.93      +3 -78     ethereal/packet-ieee80211.c