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:12:06 -0500 (CDT)
guy         2001/06/20 18:12:06 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  All four data frame types are now handled with identical code, so,
  instead of having four identical copies of that code in switch
  statements, just handle all four of them with the same case.
  
  Revision  Changes    Path
  1.29      +1 -70     ethereal/packet-ieee80211.c