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 17:26:08 -0500 (CDT)
guy         2001/06/20 17:26:08 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  If it's not a protocol, it doesn't belong at the top level of the
  protocol tree; not only is putting it at the top level a little weird,
  it upsets the heck out of the protocol-statistics code, causing it to
  abort.  Put the fixed and tagged parameters under the top-level entry
  for 802.11 (where one of the fixed-parameters entries already was).
  
  Call the top-level item just "IEEE 802.11", not "IEEE 802.11 Header", as
  it includes management-frame information.
  
  Revision  Changes    Path
  1.27      +18 -18    ethereal/packet-ieee80211.c