Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-clnp.c packet-ip.c packet-ipv6.c pack

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: Sun, 20 Apr 2003 03:06:04 -0500 (CDT)
guy         2003/04/20 03:06:03 CDT

  Modified files:
    .                    packet-clnp.c packet-ip.c packet-ipv6.c 
                         packet-mtp2.c reassemble.c reassemble.h 
  Log:
  Pull much of the processing done after a call to "fragment_add_check()"
  into a subroutine, for use in other dissectors.
  
  Use it in the IPv6 and CLNP dissectors.
  
  Revision  Changes    Path
  1.72      +9 -22     ethereal/packet-clnp.c
  1.189     +4 -61     ethereal/packet-ip.c
  1.96      +10 -23    ethereal/packet-ipv6.c
  1.6       +9 -9      ethereal/packet-mtp2.c
  1.35      +86 -1     ethereal/reassemble.c
  1.17      +6 -1      ethereal/reassemble.h