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: Fri, 7 Nov 2003 23:47:13 -0600 (CST)
guy         2003/11/07 23:47:13 CST

  Modified files:
    .                    packet-tcp.c packet-tcp.h 
  Log:
  Have "decode_tcp_ports()" handle only the handoff to a subdissector -
  and have it return TRUE if we succeeded, FALSE otherwise - and have an
  internal "process_tcp_payload()" routine handle the (TCP-specific) PDU
  tracking and sequence number analysis, with an argument to indicate
  whether it should do that or not (i.e., whether it's being handed a TCP
  segment or reassembled data).
  
  Revision  Changes    Path
  1.215     +62 -59    ethereal/packet-tcp.c
  1.20      +2 -2      ethereal/packet-tcp.h