Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-frame.c packet-tcp.c

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: Thu, 17 Jan 2002 03:28:23 -0600 (CST)
guy         2002/01/17 03:28:23 CST

  Modified files:
    .                    packet-frame.c packet-tcp.c 
  Log:
  Mark un-reassembled TCP segments as (possibly) being un-reassembled, by
  setting the "pinfo->fragmented" flag.
  
  If a ReportedBoundsError occurs, flag the frame as being an
  unreassembled packet, not an unreassembled fragmented packet, as it may
  have been segmented across TCP segment boundaries rather than being part
  of an IPv4/IPv6/CLNP/etc. fragmented/segmented packet.
  
  Revision  Changes    Path
  1.19      +3 -3      ethereal/packet-frame.c
  1.125     +10 -2     ethereal/packet-tcp.c