Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-clnp.c packet-esis.c packet-osi.c pac

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: Tue, 5 Jun 2001 04:06:21 -0500 (CDT)
guy         2001/06/05 04:06:20 CDT

  Modified files:
    .                    packet-clnp.c packet-esis.c packet-osi.c 
                         packet-osi.h 
  Log:
  Correctly compute the OSI checksum.
  
  Have "calc_checksum()" just return an indication of the status of the
  checksum.
  
  Check the CLNP header checksum, and put display its status.
  
  Revision  Changes    Path
  1.29      +35 -4     ethereal/packet-clnp.c
  1.15      +26 -6     ethereal/packet-esis.c
  1.45      +41 -15    ethereal/packet-osi.c
  1.8       +10 -4     ethereal/packet-osi.h