Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal 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@xxxxxxxxxxxxxxxxx>
Date: Wed, 21 May 2003 00:43:27 -0500 (CDT)
guy         2003/05/21 00:43:27 CDT

  Modified files:
    .                    packet-tcp.c 
  Log:
  If we were handed a fragmented packet, don't do anything that depends on
  knowing the actual length of the packet, as we don't know that length
  (IP fragments don't contain the length of the full packet - you don't
  know how big the reassembled packet is until you reassemble it).
  
  We don't have to worry about dissecting the TCP header in them, though.
  
  Revision  Changes    Path
  1.194     +48 -47    ethereal/packet-tcp.c