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: Tue, 26 Mar 2002 22:27:22 -0600 (CST)
guy         2002/03/26 22:27:10 CST

  Modified files:
    .                    packet-clnp.c packet-ip.c packet-ipv6.c 
                         packet-rpc.c packet-smb-pipe.c 
                         packet-smb.c packet-tcp.c 
  Log:
  In the protocol tree entries for lists of fragments/segments, make the
  top-level item correspond to the reassembled data, and make the item for
  each fragment/segment correspond to the part of that reassembled data
  that came from that fragment/segment.
  
  Revision  Changes    Path
  1.51      +24 -24    ethereal/packet-clnp.c
  1.164     +24 -24    ethereal/packet-ip.c
  1.79      +24 -24    ethereal/packet-ipv6.c
  1.88      +3 -3      ethereal/packet-rpc.c
  1.72      +6 -4      ethereal/packet-smb-pipe.c
  1.237     +20 -16    ethereal/packet-smb.c
  1.135     +5 -4      ethereal/packet-tcp.c