Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal reassemble.c reassemble.h Makefile.am Makefi

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: Fri, 8 Jun 2001 01:27:17 -0500 (CDT)
guy         2001/06/08 01:27:17 CDT

  Modified files:
    .                    Makefile.am Makefile.nmake file.c 
                         packet-clnp.c packet-ip.c tethereal.c 
  Added files:
    .                    reassemble.c reassemble.h 
  Log:
  Move the fragment reassembly code into "reassemble.c" and
  "reassemble.h", and remove IPv4 dependencies from it.
  
  Use it for OSI CLNP segment reassembly as well.
  
  Revision  Changes    Path
  1.333     +3 -2      ethereal/Makefile.am
  1.115     +2 -1      ethereal/Makefile.nmake
  1.239     +14 -1     ethereal/file.c
  1.30      +215 -9    ethereal/packet-clnp.c
  1.135     +22 -323   ethereal/packet-ip.c
  1.85      +14 -1     ethereal/tethereal.c