Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ieee80211.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, 20 Jun 2001 18:04:42 -0500 (CDT)
guy         2001/06/20 18:04:41 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  Put the combined type/subtype into the protocol tree, so you can look
  for all Association Request frames, or all frames except for
  Clear-to-send frames, or....
  
  Compute the composed frame type early in the dissection process, and set
  the Info column as soon as you've done that, rather than doing it in the
  later switch statement.
  
  Revision  Changes    Path
  1.28      +49 -72    ethereal/packet-ieee80211.c