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

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 01:28:03 -0500 (CDT)
guy         2003/05/21 01:28:03 CDT

  Modified files:
    .                    packet-tcp.c packet-tcp.h 
  Log:
  If the reported length of the TCP packet is less than the TCP header
  length, we can't get the segment length (although we can at least try to
  dissect the header).  If that's the case, put in Ronnie's "short
  segment" note.
  
  Also, put into the information we pass to TCP taps an indication of
  whether the segment length is valid or not.
  
  Revision  Changes    Path
  1.196     +34 -22    ethereal/packet-tcp.c
  1.16      +2 -1      ethereal/packet-tcp.h