Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-atalk.c packet-clnp.c packet-ieee8021

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 23:19:29 -0500 (CDT)
guy         2003/08/27 23:19:29 CDT

  Modified files:
    .                    packet-atalk.c packet-clnp.c 
                         packet-ieee80211.c packet-ip.c 
                         packet-ipv6.c packet-tds.c reassemble.c 
                         reassemble.h 
  Log:
  Make "process_reassembled_data()" do the check for fragmentation not
  being complete and for fragmentation being trivial (i.e., the packet in
  question is both the first and last fragment).  Have its callers *not*
  do that check - this lets "process_reassembled_data()" put in the
  "Reassembled in" item for fragments other than the last fragment.
  
  Add a "Reassembled in" field to TDS.
  
  Revision  Changes    Path
  1.89      +4 -12     ethereal/packet-atalk.c
  1.77      +3 -8      ethereal/packet-clnp.c
  1.96      +4 -30     ethereal/packet-ieee80211.c
  1.197     +3 -8      ethereal/packet-ip.c
  1.100     +2 -7      ethereal/packet-ipv6.c
  1.19      +12 -14    ethereal/packet-tds.c
  1.41      +49 -33    ethereal/reassemble.c
  1.20      +3 -3      ethereal/reassemble.h