Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal AUTHORS

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 02:07:40 -0500 (CDT)
guy         2003/08/26 02:07:40 CDT

  Modified files:
    .                    AUTHORS 
  Log:
  From Jesper Peterson:
  
  	Extract the FCS decoding section of the PPP_HDLC dissector to
  	allow the CHDLC dissector to use the same routine.
  
  	The ppp_options used for preferences has been renamed to
  	fcs_options and exported via packet-ppp.h so CHDLC gets a
  	separate (but identical) FCS preference.
  
  	This means prefs.h has to be included before packet-ppp.h so a
  	couple of ppp related files (packet-{gtp,null,raw,vj}.c) had
  	their includes slightly re-arranged.
  
  From me: make the PPP/CHDLC FCS code use "crc32()" to check the 32-bit
  FCS.
  
  Revision  Changes    Path
  1.827     +4 -0      ethereal/AUTHORS