Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tds.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, 27 Aug 2003 21:12:28 -0500 (CDT)
guy         2003/08/27 21:12:28 CDT

  Modified files:
    .                    packet-tds.c 
  Log:
  Use "process_reassembled_data()"; this means we get to use common code,
  and it means we only dissect the reassembled data for the last frame (so
  code running through the packet list, and humans clicking on frames, see
  only one instance of the reassembled data, not multiple instances that
  might look like retransmissions).
  
  Revision  Changes    Path
  1.17      +4 -12     ethereal/packet-tds.c