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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 19 Dec 2003 21:21:20 -0600 (CST)
guy         2003/12/19 21:21:20 CST

  Modified files:
    .                    packet-ieee80211.c reassemble.c 
                         reassemble.h 
  Log:
  Do the special "if the first fragment we see is also the final fragment,
  treat it as a reassembled frame" hack *only* for 802.11, as that's the
  only protocol we know of that requires it.
  
  Revision  Changes    Path
  1.102     +3 -3      ethereal/packet-ieee80211.c
  1.44      +41 -21    ethereal/reassemble.c
  1.21      +27 -15    ethereal/reassemble.h