Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ieee80211.c reassemble.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Apr 2002 05:07:58 -0500 (CDT)
guy         2002/04/17 05:07:57 CDT

  Modified files:
    .                    packet-ieee80211.c reassemble.c 
  Log:
  Don't try to reassemble short frames - but do still pass them through at
  least some of the reassembly mechanism, so we can deal with both bogus
  and real last fragment (display the bogus ones as unfragmented frames,
  treat the real ones as fragments).
  
  Revision  Changes    Path
  1.58      +1 -3      ethereal/packet-ieee80211.c
  1.14      +86 -17    ethereal/reassemble.c